aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/json_fuzzer_seed_corpus/42e6870113caad944b36ff500693c7f3cffa82df
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/json_fuzzer_seed_corpus/42e6870113caad944b36ff500693c7f3cffa82df
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/json_fuzzer_seed_corpus/42e6870113caad944b36ff500693c7f3cffa82df')
-rw-r--r--fuzz/json_fuzzer_seed_corpus/42e6870113caad944b36ff500693c7f3cffa82df15
1 files changed, 15 insertions, 0 deletions
diff --git a/fuzz/json_fuzzer_seed_corpus/42e6870113caad944b36ff500693c7f3cffa82df b/fuzz/json_fuzzer_seed_corpus/42e6870113caad944b36ff500693c7f3cffa82df
new file mode 100644
index 00000000..7f68f756
--- /dev/null
+++ b/fuzz/json_fuzzer_seed_corpus/42e6870113caad944b36ff500693c7f3cffa82df
@@ -0,0 +1,15 @@
+{
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.7"
+ },
+ {
+ "obj:1 0 R": {
+ "stream": {
+ "dict": "quack"
+ }
+ }
+ }
+ ]
+}