aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/qtest
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2024-02-04 22:00:36 +0100
committerJay Berkenbilt <ejb@ql.org>2024-02-04 23:27:49 +0100
commitf0fb19df9d31a550960fac12a6cc96432b885bba (patch)
treecb1276db708d22a1f569a695529504fb6a397512 /fuzz/qtest
parentcb0f390cc1f98a8e82b27259f8f3cd5f162992eb (diff)
downloadqpdf-f0fb19df9d31a550960fac12a6cc96432b885bba.tar.zst
Add json fuzzer with seed files from #1123 and test suite
...as well as some cases generated in CI from earlier attempts at fixing this.
Diffstat (limited to 'fuzz/qtest')
-rw-r--r--fuzz/qtest/fuzz.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/qtest/fuzz.test b/fuzz/qtest/fuzz.test
index a15e6281..db1efbc1 100644
--- a/fuzz/qtest/fuzz.test
+++ b/fuzz/qtest/fuzz.test
@@ -16,6 +16,7 @@ my @fuzzers = (
['dct' => 1],
['flate' => 1],
['hex' => 1],
+ ['json' => 37],
['lzw' => 2],
['pngpredictor' => 1],
['runlength' => 6],