Prevent icon code from setting icon signature name in virname field: not needed and also messes up allmatch.

0.98.2
Steven Morgan 11 years ago
parent 3154568008
commit a705829474
  1. 2
      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;
}
}

Loading…
Cancel
Save