2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-19 08:39:09 +00:00

Add fuzz testcase 68915.fuzz

This commit is contained in:
m-holger 2024-05-11 21:49:27 +01:00
parent 02e89bbe47
commit 7f8e0a0d22
3 changed files with 2 additions and 1 deletions

View File

@ -117,6 +117,7 @@ set(CORPUS_OTHER
68374.fuzz
68377.fuzz
68668.fuzz
68915.fuzz
)
set(CORPUS_DIR ${CMAKE_CURRENT_BINARY_DIR}/qpdf_corpus)

BIN
fuzz/qpdf_extra/68915.fuzz Normal file

Binary file not shown.

View File

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