[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:19:49 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 7b4c4c8ad11959683c3b2e841b0c0e60b9956c78
Author: Tomasz Kojm <tkojm at clamav.net>
Date:   Thu Feb 11 20:30:05 2010 +0100

    ignore compatibility limit for bytecode

diff --git a/sigtool/sigtool.c b/sigtool/sigtool.c
index f54397e..7a4cb42 100644
--- a/sigtool/sigtool.c
+++ b/sigtool/sigtool.c
@@ -1604,8 +1604,8 @@ static int compare(const char *oldpath, const char *newpath, FILE *diff)
 	    }
 	}
 #ifdef COMPATIBILITY_LIMIT
-       if(strlen(nbuff) > COMPATIBILITY_LIMIT) {
-           mprintf("!compare: COMPATIBILITY_LIMIT: Found too long line in new %s\n", newpath);
+       if(!cli_strbcasestr(newpath, ".cbc") && strlen(nbuff) > COMPATIBILITY_LIMIT) {
+	   mprintf("!compare: COMPATIBILITY_LIMIT: Found too long line in new %s\n", newpath);
            if(old)
                fclose(old);
 	   fclose(new);

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list