aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/qtest
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2024-01-12 13:11:46 +0100
committerJay Berkenbilt <ejb@ql.org>2024-01-12 14:05:22 +0100
commitebb10f3256067c6e4ebea9a21a92d0199ac7fdf9 (patch)
tree5e1d6152bd2cf05f0c0a52e1467cea4dc88df3df /fuzz/qtest
parent2c97aaddd50aacd849bd9d97102d21275fde94a2 (diff)
downloadqpdf-ebb10f3256067c6e4ebea9a21a92d0199ac7fdf9.tar.zst
Fix null pointer issue on array copy
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 26995dac..adce995c 100644
--- a/fuzz/qtest/fuzz.test
+++ b/fuzz/qtest/fuzz.test
@@ -20,7 +20,7 @@ my @fuzzers = (
['pngpredictor' => 1],
['runlength' => 6],
['tiffpredictor' => 1],
- ['qpdf' => 53], # increment when adding new files
+ ['qpdf' => 54], # increment when adding new files
);
my $n_tests = 0;