From a7058294748e8dd3582c02dca8aeed86b41b3162 Mon Sep 17 00:00:00 2001 From: Steven Morgan Date: Thu, 27 Mar 2014 16:13:08 -0400 Subject: [PATCH] Prevent icon code from setting icon signature name in virname field: not needed and also messes up allmatch. --- libclamav/pe_icons.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libclamav/pe_icons.c b/libclamav/pe_icons.c index 757466cf0..eea29730d 100644 --- a/libclamav/pe_icons.c +++ b/libclamav/pe_icons.c @@ -1638,8 +1638,6 @@ static int parseicon(struct ICON_ENV *icon_env, uint32_t rva) { if(confidence >= positivematch) { cli_dbgmsg("confidence: %u\n", confidence); - - cli_append_virus(ctx,matcher->icons[enginesize][x].name); return CL_VIRUS; } }