aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/qtest/fuzz.test
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2024-01-17 13:54:24 +0100
committerGitHub <noreply@github.com>2024-01-17 13:54:24 +0100
commit9a6a1cce93aae59233944a5004432bac85930b2d (patch)
tree9dd7f6a56b669da65f3653ced2f1b449e3d4f79e /fuzz/qtest/fuzz.test
parent0109e365decfdc2e8fbb920b4179d32daeeb96ae (diff)
parent6e3b7982dbcf8087374694253e0e248fbc6c6e3e (diff)
downloadqpdf-9a6a1cce93aae59233944a5004432bac85930b2d.tar.zst
Merge pull request #1126 from m-holger/fuzz65777
Fix incorrect handling of invalid negative object ids
Diffstat (limited to 'fuzz/qtest/fuzz.test')
-rw-r--r--fuzz/qtest/fuzz.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/qtest/fuzz.test b/fuzz/qtest/fuzz.test
index adce995c..7ca371fd 100644
--- a/fuzz/qtest/fuzz.test
+++ b/fuzz/qtest/fuzz.test
@@ -20,7 +20,7 @@ my @fuzzers = (
['pngpredictor' => 1],
['runlength' => 6],
['tiffpredictor' => 1],
- ['qpdf' => 54], # increment when adding new files
+ ['qpdf' => 56], # increment when adding new files
);
my $n_tests = 0;