Commit c2ff89ae11f8170b079745255299886cae0ccbbf

Authored by m-holger
1 parent 19252522

Add additional fuzz test cases

fuzz/CMakeLists.txt
... ... @@ -146,6 +146,9 @@ set(CORPUS_OTHER
146 146 99999b.fuzz
147 147 99999c.fuzz
148 148 99999d.fuzz
  149 + 99999e.fuzz
  150 + 369662293.fuzz
  151 + 369662293a.fuzz
149 152 )
150 153  
151 154 set(CORPUS_DIR ${CMAKE_CURRENT_BINARY_DIR}/qpdf_corpus)
... ...
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],
... ...