mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Add fuzz testcase 68915.fuzz
This commit is contained in:
parent
02e89bbe47
commit
7f8e0a0d22
@ -117,6 +117,7 @@ set(CORPUS_OTHER
|
||||
68374.fuzz
|
||||
68377.fuzz
|
||||
68668.fuzz
|
||||
68915.fuzz
|
||||
)
|
||||
|
||||
set(CORPUS_DIR ${CMAKE_CURRENT_BINARY_DIR}/qpdf_corpus)
|
||||
|
BIN
fuzz/qpdf_extra/68915.fuzz
Normal file
BIN
fuzz/qpdf_extra/68915.fuzz
Normal file
Binary file not shown.
@ -21,7 +21,7 @@ my @fuzzers = (
|
||||
['pngpredictor' => 1],
|
||||
['runlength' => 6],
|
||||
['tiffpredictor' => 2],
|
||||
['qpdf' => 59], # increment when adding new files
|
||||
['qpdf' => 60], # increment when adding new files
|
||||
);
|
||||
|
||||
my $n_tests = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user