From cf0f529bb3d1d7d6c0356f48a3584a1997e6aa0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B6r=C3=B6k=20Edvin?= Date: Thu, 5 Aug 2010 21:54:51 +0300 Subject: [PATCH] pdf: give low priority to Heuristic signature. --- libclamav/pdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libclamav/pdf.c b/libclamav/pdf.c index e9257c45d..dca17dfd3 100644 --- a/libclamav/pdf.c +++ b/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