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

Add new qpdf_fuzzer test cases

This commit is contained in:
m-holger 2024-07-26 14:59:02 +01:00
parent 06001ed25b
commit 08eb6844c7
4 changed files with 3 additions and 1 deletions

View File

@ -133,6 +133,8 @@ set(CORPUS_OTHER
70055.fuzz
70245.fuzz
70306.fuzz
70306a.fuzz
70306b.fuzz
)
set(CORPUS_DIR ${CMAKE_CURRENT_BINARY_DIR}/qpdf_corpus)

BIN
fuzz/qpdf_extra/70306a.fuzz Normal file

Binary file not shown.

BIN
fuzz/qpdf_extra/70306b.fuzz Normal file

Binary file not shown.

View File

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