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

Török Edvin edwin at clamav.net
Sun Apr 4 01:13:09 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 2253fca34935e33ef2cb57a45fea6503753e4b8c
Author: Török Edvin <edwin at clamav.net>
Date:   Fri Dec 18 16:27:33 2009 +0200

    if 0 again.

diff --git a/libclamav/pe.c b/libclamav/pe.c
index 1bd7fe8..1cc2890 100644
--- a/libclamav/pe.c
+++ b/libclamav/pe.c
@@ -1984,7 +1984,7 @@ int cli_scanpe(cli_ctx *ctx, icon_groupset *iconset)
 
 
     /* yC 1.3 & variants */
-    if((0 & DCONF & PE_CONF_YC) && nsections > 1 &&
+    if((DCONF & PE_CONF_YC) && nsections > 1 &&
        (EC32(optional_hdr32.AddressOfEntryPoint) == exe_sections[nsections - 1].rva + 0x60)) {
 
 	uint32_t ecx = 0;

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list