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

Add qpdf_fuzzer test case

This commit is contained in:
m-holger 2024-07-07 23:58:18 +01:00
parent e9df787132
commit e76d668219
3 changed files with 2 additions and 1 deletions

View File

@ -98,6 +98,7 @@ set(CORPUS_OTHER
16172.fuzz
16301.fuzz
16953.fuzz
17630.fuzz
18241.fuzz
18247.fuzz
23172.fuzz

BIN
fuzz/qpdf_extra/17630.fuzz Normal file

Binary file not shown.

View File

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