clamdscan: fix name parsing in normal mode (bb#2328)

0.96
Tomasz Kojm 15 years ago
parent d7531f2ad2
commit cbc0c5f494
  1. 4
      ChangeLog
  2. 1
      clamdscan/proto.c

@ -1,3 +1,7 @@
Mon Oct 18 11:30:01 CEST 2010 (tk)
----------------------------------
* clamdscan: fix name parsing in normal mode (bb#2328)
Mon Oct 18 11:10:14 CEST 2010 (tk)
----------------------------------
* libclamav/others.h: bump f-level

@ -327,6 +327,7 @@ int dsresult(int sockd, int scantype, const char *filename, int *printok, int *e
logg("Failed to parse reply\n");
return -1;
} else if(!memcmp(eol - 7, " FOUND", 6)) {
*(eol - 7) = 0;
*printok = 0;
infected++;
if(filename) {

Loading…
Cancel
Save