[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:15:20 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit f44aa2da8d30e08184ed6aecd3fb2e3b25c54fed
Author: Tomasz Kojm <tkojm at clamav.net>
Date:   Fri Jan 15 16:26:39 2010 +0100

    fix cli_ndecode bb#1797

diff --git a/libclamav/dsig.c b/libclamav/dsig.c
index 5999c06..b89d0b9 100644
--- a/libclamav/dsig.c
+++ b/libclamav/dsig.c
@@ -37,7 +37,7 @@
 
 #define CLI_ESTR "100001027"
 
-static unsigned char cli_ndecode(unsigned char value)
+static char cli_ndecode(unsigned char value)
 {
 	unsigned int i;
 	char ncodec[] = {

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list