Commit c2ff89ae11f8170b079745255299886cae0ccbbf
1 parent
19252522
Add additional fuzz test cases
Showing
5 changed files
with
4 additions
and
1 deletions
fuzz/CMakeLists.txt
fuzz/qpdf_extra/369662293.fuzz
0 โ 100644
No preview for this file type
fuzz/qpdf_extra/369662293a.fuzz
0 โ 100644
No preview for this file type
fuzz/qpdf_extra/99999e.fuzz
0 โ 100644
No preview for this file type
fuzz/qtest/fuzz.test
| ... | ... | @@ -11,7 +11,7 @@ my $td = new TestDriver('fuzz'); |
| 11 | 11 | |
| 12 | 12 | my $qpdf_corpus = $ENV{'QPDF_FUZZ_CORPUS'} || die "must set QPDF_FUZZ_CORPUS"; |
| 13 | 13 | |
| 14 | -my $n_qpdf_files = 83; # increment when adding new files | |
| 14 | +my $n_qpdf_files = 86; # increment when adding new files | |
| 15 | 15 | |
| 16 | 16 | my @fuzzers = ( |
| 17 | 17 | ['ascii85' => 1], | ... | ... |