[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:04:42 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 8cd9e4da7a66af4163ed0164339296a8890d5782
Author: Tomasz Kojm <tkojm at clamav.net>
Date:   Wed Sep 9 23:14:07 2009 +0200

    fix copy&paste error

diff --git a/libclamav/matcher-ac.c b/libclamav/matcher-ac.c
index 13df766..d71ed88 100644
--- a/libclamav/matcher-ac.c
+++ b/libclamav/matcher-ac.c
@@ -1159,7 +1159,7 @@ int cli_ac_scanbuff(const unsigned char *buffer, uint32_t length, const char **v
 
 static int qcompare(const void *a, const void *b)
 {
-    return *(const uint32_t *)a - *(const uint32_t *)b;
+    return *(unsigned char *)a - *(unsigned char *)b;
 }
 
 /* FIXME: clean up the code */

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list