Commit e76d668219a2cc16309ea4bd761c896284c4d76d

Authored by m-holger
1 parent e9df7871

Add qpdf_fuzzer test case

fuzz/CMakeLists.txt
@@ -98,6 +98,7 @@ set(CORPUS_OTHER @@ -98,6 +98,7 @@ set(CORPUS_OTHER
98 16172.fuzz 98 16172.fuzz
99 16301.fuzz 99 16301.fuzz
100 16953.fuzz 100 16953.fuzz
  101 + 17630.fuzz
101 18241.fuzz 102 18241.fuzz
102 18247.fuzz 103 18247.fuzz
103 23172.fuzz 104 23172.fuzz
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;