mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-09 23:00:57 +00:00
Add additional qpdf_fuzzer test case
This commit is contained in:
parent
aa4f288291
commit
bc68003cb3
@ -127,6 +127,7 @@ set(CORPUS_OTHER
|
||||
69977a.fuzz
|
||||
69977b.fuzz
|
||||
69977c.fuzz
|
||||
69977d.fuzz
|
||||
70055.fuzz
|
||||
70245.fuzz
|
||||
70306.fuzz
|
||||
|
2
fuzz/qpdf_extra/69977d.fuzz
Normal file
2
fuzz/qpdf_extra/69977d.fuzz
Normal file
File diff suppressed because one or more lines are too long
@ -21,7 +21,7 @@ my @fuzzers = (
|
||||
['pngpredictor' => 1],
|
||||
['runlength' => 6],
|
||||
['tiffpredictor' => 2],
|
||||
['qpdf' => 72], # increment when adding new files
|
||||
['qpdf' => 73], # increment when adding new files
|
||||
);
|
||||
|
||||
my $n_tests = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user