2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-19 16:49:13 +00:00

Add additional qpdf_fuzzer test case

This commit is contained in:
m-holger 2024-07-28 18:10:02 +01:00
parent aa4f288291
commit bc68003cb3
3 changed files with 4 additions and 1 deletions

View File

@ -127,6 +127,7 @@ set(CORPUS_OTHER
69977a.fuzz
69977b.fuzz
69977c.fuzz
69977d.fuzz
70055.fuzz
70245.fuzz
70306.fuzz

File diff suppressed because one or more lines are too long

View File

@ -21,7 +21,7 @@ my @fuzzers = (
['pngpredictor' => 1],
['runlength' => 6],
['tiffpredictor' => 2],
['qpdf' => 72], # increment when adding new files
['qpdf' => 73], # increment when adding new files
);
my $n_tests = 0;