[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

aCaB acab at clamav.net
Sun Apr 4 01:21:24 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit fe28d59bc4b6a5fd5a6ca9fb7d4693307a7739b3
Author: aCaB <acab at clamav.net>
Date:   Fri Feb 26 02:03:12 2010 +0100

    fix icon debug spam to match the actual .idb format

diff --git a/libclamav/pe_icons.c b/libclamav/pe_icons.c
index 9106df4..02f2c50 100644
--- a/libclamav/pe_icons.c
+++ b/libclamav/pe_icons.c
@@ -1145,8 +1145,7 @@ static int getmetrics(unsigned int side, unsigned int *imagedata, struct icomtr
 	sprintf(ptr, "%02x", res->gsum); ptr+=2;
 	sprintf(ptr, "%02x", res->bsum); ptr+=2;
 	sprintf(ptr, "%02x", res->ccount);
-	cli_dbgmsg("ICO SIGNATURE: ICON.NAME:%s\n", mstr);
-
+	cli_dbgmsg("IDB SIGNATURE: ICON_NAME:GROUP1:GROUP2:%s\n", mstr);
     }
 
     return CL_CLEAN;

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list