[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:13:57 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 46ea8d419d4cef52798b1006265fdff8fe827739
Author: aCaB <acab at clamav.net>
Date:   Tue Jan 5 11:13:54 2010 +0100

    fix debug spam fmt

diff --git a/libclamav/pe.c b/libclamav/pe.c
index 1176188..593b45a 100644
--- a/libclamav/pe.c
+++ b/libclamav/pe.c
@@ -2560,7 +2560,7 @@ int cli_peheader(fmap_t *map, struct cli_exe_info *peinfo)
 				    if(v) {
 					s = cli_str2hex(vptr + 6, s_key_sz + s_val_sz - 6);
 					if(s) {
-					    cli_dbgmsg("VersionInfo (%x): '%s'='%s' - VI:%s\n", vptr - baseptr + 6, k, v, s);
+					    cli_dbgmsg("VersionInfo (%x): '%s'='%s' - VI:%s\n", (uint32_t)(vptr - baseptr + 6), k, v, s);
 					    free(s);
 					}
 					free(v);

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list