Add the file to reproduce fuzz issue 57639

It is possible to reproduce the failure with this file following the
instructions with oss-fuzz, though it does not cause a failure in CI.

The failure was introduced in
18c1ffe0df.
This commit is contained in:
Jay Berkenbilt 2023-04-08 13:34:25 -04:00
parent 989819b75f
commit a69fea14ae
3 changed files with 3 additions and 2 deletions

View File

@ -108,7 +108,8 @@ set(CORPUS_OTHER
27393.fuzz
28262.fuzz
30507.fuzz
37740.fuzz)
37740.fuzz
57639.fuzz)
set(CORPUS_DIR ${CMAKE_CURRENT_BINARY_DIR}/qpdf_corpus)
file(MAKE_DIRECTORY ${CORPUS_DIR})

BIN
fuzz/qpdf_extra/57639.fuzz Normal file

Binary file not shown.

View File

@ -20,7 +20,7 @@ my @fuzzers = (
['pngpredictor' => 1],
['runlength' => 6],
['tiffpredictor' => 1],
['qpdf' => 52], # increment when adding new files
['qpdf' => 53], # increment when adding new files
);
my $n_tests = 0;