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

Tomasz Kojm tkojm at clamav.net
Sun Apr 4 01:13:20 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 01b695fd420bb195d4659391b76a2be2ef143359
Author: Tomasz Kojm <tkojm at clamav.net>
Date:   Wed Dec 30 00:24:06 2009 +0100

    fix error message

diff --git a/libclamav/readdb.c b/libclamav/readdb.c
index d526c6d..21e60e4 100644
--- a/libclamav/readdb.c
+++ b/libclamav/readdb.c
@@ -1164,7 +1164,7 @@ static int load_oneldb(char *buffer, int chkpua, int chkign, struct cl_engine *e
     }
 
     if((tdb.ep || tdb.nos) && tdb.target[0] != 1 && tdb.target[0] != 6 && tdb.target[0] != 9) {
-	cli_errmsg("cli_loadldb: IconGroup is only supported in PE/ELF/Mach-O signatures\n");
+	cli_errmsg("cli_loadldb: EntryPoint/NumberOfSections is only supported in PE/ELF/Mach-O signatures\n");
 	FREE_TDB(tdb);
 	return CL_EMALFDB;
     }

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list