Ignore:
Timestamp:
Apr 19, 2011, 11:12:07 PM (14 years ago)
Author:
Yuri Dario
Message:

clamav: update trunk to 0.97.

Location:
clamav/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clamav/trunk

  • TabularUnified clamav/trunk/win32/compat/resolv.c

    r189 r319  
    4747    rr = rrs;
    4848    do {
    49         if(rr->wType == (WORD)type || rr->Data.TXT.dwStringCount || rr->Data.TXT.pStringArray[0]) {
     49        if(rr->wType == (WORD)type && rr->Data.TXT.dwStringCount && rr->Data.TXT.pStringArray[0]) {
    5050            unsigned int len = strlen(dname), txtlen = strlen(rr->Data.TXT.pStringArray[0]);
    5151            if(txtlen > 255) continue;
Note: See TracChangeset for help on using the changeset viewer.