Disabled leak check in xpdf. (#3992)

This commit is contained in:
DavidKorczynski 2020-06-16 15:07:37 +01:00 committed by GitHub
parent 1ee643d324
commit 1d2ada9309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -22,3 +22,4 @@ RUN wget --no-check-certificate https://dl.xpdfreader.com/xpdf-latest.tar.gz
WORKDIR $SRC
COPY fuzz_*.cc $SRC/
COPY build.sh $SRC/
COPY fuzz_pdfload.options $SRC/fuzz_pdfload.options

View File

@ -36,3 +36,6 @@ for fuzzer in zxdoc pdfload; do
./xpdf/libtestXpdfStatic.a ./fofi/libfofi.a ./goo/libgoo.a \
-I../ -I../goo -I../fofi -I. -I../xpdf
done
# Copy over options files
cp $SRC/fuzz_pdfload.options $OUT/

View File

@ -0,0 +1,2 @@
[libfuzzer]
detect_leaks=0