mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 19:08:59 +00:00
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:
parent
989819b75f
commit
a69fea14ae
@ -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
BIN
fuzz/qpdf_extra/57639.fuzz
Normal file
Binary file not shown.
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user