[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:07:26 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 620f12d47da19eda2f4e710c7d6fcf81bae81197
Author: aCaB <acab at clamav.net>
Date: Fri Oct 9 22:14:50 2009 +0200
fix typo in readdb
diff --git a/libclamav/readdb.c b/libclamav/readdb.c
index 94a4b53..64d392f 100644
--- a/libclamav/readdb.c
+++ b/libclamav/readdb.c
@@ -406,7 +406,7 @@ static int cli_chkign(const struct cli_matcher *ignored, const char *signame, co
if(!ignored || !signame || !entry)
return 0;
- if(cli_bm_scanbuff(signame, strlen(signame), &md5_expected, NULL, ignored, 0, -1, NULL) == CL_VIRUS) {
+ if(cli_bm_scanbuff(signame, strlen(signame), &md5_expected, NULL, ignored, 0, NULL, NULL) == CL_VIRUS) {
if(md5_expected) {
cli_md5_init(&md5ctx);
cli_md5_update(&md5ctx, entry, strlen(entry));
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list