aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/qtest
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-04-08 19:34:25 +0200
committerJay Berkenbilt <ejb@ql.org>2023-05-05 12:45:40 +0200
commita69fea14ae12fef439b914f80ccaa86473b100b0 (patch)
tree36658830c30740845a88f4fb880813f6f64bd5b3 /fuzz/qtest
parent989819b75fba380ecdc7416a504ed4b3a2d42ccb (diff)
downloadqpdf-a69fea14ae12fef439b914f80ccaa86473b100b0.tar.zst
Add the file to reproduce fuzz issue 57639
It is possible to reproduce the failure with this file following the instructions with oss-fuzz, though it does not cause a failure in CI. The failure was introduced in 18c1ffe0df335a46cddbeb96e2cb939d850df9fa.
Diffstat (limited to 'fuzz/qtest')
-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 d234ce79..26995dac 100644
--- a/fuzz/qtest/fuzz.test
+++ b/fuzz/qtest/fuzz.test
@@ -20,7 +20,7 @@ my @fuzzers = (
['pngpredictor' => 1],
['runlength' => 6],
['tiffpredictor' => 1],
- ['qpdf' => 52], # increment when adding new files
+ ['qpdf' => 53], # increment when adding new files
);
my $n_tests = 0;