mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-09 23:00:57 +00:00
Add new qpdf_fuzzer test cases
This commit is contained in:
parent
06001ed25b
commit
08eb6844c7
@ -133,6 +133,8 @@ set(CORPUS_OTHER
|
||||
70055.fuzz
|
||||
70245.fuzz
|
||||
70306.fuzz
|
||||
70306a.fuzz
|
||||
70306b.fuzz
|
||||
)
|
||||
|
||||
set(CORPUS_DIR ${CMAKE_CURRENT_BINARY_DIR}/qpdf_corpus)
|
||||
|
BIN
fuzz/qpdf_extra/70306a.fuzz
Normal file
BIN
fuzz/qpdf_extra/70306a.fuzz
Normal file
Binary file not shown.
BIN
fuzz/qpdf_extra/70306b.fuzz
Normal file
BIN
fuzz/qpdf_extra/70306b.fuzz
Normal file
Binary file not shown.
@ -21,7 +21,7 @@ my @fuzzers = (
|
||||
['pngpredictor' => 1],
|
||||
['runlength' => 6],
|
||||
['tiffpredictor' => 2],
|
||||
['qpdf' => 75], # increment when adding new files
|
||||
['qpdf' => 77], # increment when adding new files
|
||||
);
|
||||
|
||||
my $n_tests = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user