From 232f5fc9f3bed8e1b02bca5d10b2eca444e30f95 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 22 Oct 2020 06:27:25 -0400 Subject: Handle jpeg library fuzz false positives The jpeg library has some assembly code that is missed by the compiler instrumentation used by memory sanitization. There is a runtime environment variable that is used to work around this issue. --- libqpdf/Pl_DCT.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libqpdf/Pl_DCT.cc') diff --git a/libqpdf/Pl_DCT.cc b/libqpdf/Pl_DCT.cc index 7231486d..2ddafecb 100644 --- a/libqpdf/Pl_DCT.cc +++ b/libqpdf/Pl_DCT.cc @@ -8,6 +8,7 @@ #include #include #include +#include #if BITS_IN_JSAMPLE != 8 # error "qpdf does not support libjpeg built with BITS_IN_JSAMPLE != 8" -- cgit v1.2.3-54-g00ecf