Commit bc68003cb342bc35d91827167e3be5c9dbb3ab7a
1 parent
aa4f2882
Add additional qpdf_fuzzer test case
Showing
3 changed files
with
4 additions
and
1 deletions
fuzz/CMakeLists.txt
fuzz/qpdf_extra/69977d.fuzz
0 → 100644
No preview for this file type
fuzz/qtest/fuzz.test
| @@ -21,7 +21,7 @@ my @fuzzers = ( | @@ -21,7 +21,7 @@ my @fuzzers = ( | ||
| 21 | ['pngpredictor' => 1], | 21 | ['pngpredictor' => 1], |
| 22 | ['runlength' => 6], | 22 | ['runlength' => 6], |
| 23 | ['tiffpredictor' => 2], | 23 | ['tiffpredictor' => 2], |
| 24 | - ['qpdf' => 72], # increment when adding new files | 24 | + ['qpdf' => 73], # increment when adding new files |
| 25 | ); | 25 | ); |
| 26 | 26 | ||
| 27 | my $n_tests = 0; | 27 | my $n_tests = 0; |