pdf: give low priority to Heuristic signature.

0.96
Török Edvin 15 years ago
parent 76cdacdd92
commit cf0f529bb3
  1. 2
      libclamav/pdf.c

@ -1079,7 +1079,7 @@ int cli_pdf(const char *dir, cli_ctx *ctx, off_t offset)
if (pdf.flags & (1 << ESCAPED_COMMON_PDFNAME)) {
/* for example /Fl#61te#44#65#63#6f#64#65 instead of /FlateDecode */
*ctx->virname = "Heuristics.PDF.ObfuscatedNameObject";
rc = CL_VIRUS;
ctx->found_possibly_unwanted = 1;
}
}
#if 0

Loading…
Cancel
Save