mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-09 23:00:57 +00:00
Add qpdf_fuzzer test case
This commit is contained in:
parent
e9df787132
commit
e76d668219
@ -98,6 +98,7 @@ set(CORPUS_OTHER
|
|||||||
16172.fuzz
|
16172.fuzz
|
||||||
16301.fuzz
|
16301.fuzz
|
||||||
16953.fuzz
|
16953.fuzz
|
||||||
|
17630.fuzz
|
||||||
18241.fuzz
|
18241.fuzz
|
||||||
18247.fuzz
|
18247.fuzz
|
||||||
23172.fuzz
|
23172.fuzz
|
||||||
|
BIN
fuzz/qpdf_extra/17630.fuzz
Normal file
BIN
fuzz/qpdf_extra/17630.fuzz
Normal file
Binary file not shown.
@ -21,7 +21,7 @@ my @fuzzers = (
|
|||||||
['pngpredictor' => 1],
|
['pngpredictor' => 1],
|
||||||
['runlength' => 6],
|
['runlength' => 6],
|
||||||
['tiffpredictor' => 2],
|
['tiffpredictor' => 2],
|
||||||
['qpdf' => 65], # increment when adding new files
|
['qpdf' => 66], # increment when adding new files
|
||||||
);
|
);
|
||||||
|
|
||||||
my $n_tests = 0;
|
my $n_tests = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user