Commit e76d668219a2cc16309ea4bd761c896284c4d76d
1 parent
e9df7871
Add qpdf_fuzzer test case
Showing
3 changed files
with
2 additions
and
1 deletions
fuzz/CMakeLists.txt
fuzz/qpdf_extra/17630.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' => 65], # increment when adding new files | 24 | + ['qpdf' => 66], # increment when adding new files |
| 25 | ); | 25 | ); |
| 26 | 26 | ||
| 27 | my $n_tests = 0; | 27 | my $n_tests = 0; |