aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-08-26 03:23:19 +0200
committerJay Berkenbilt <ejb@ql.org>2019-08-26 04:52:25 +0200
commit6bc4cc3d48dd2216c9415215967e46d429b7f6b1 (patch)
tree97d2a2d84951b0fd09abba81691d86edd367242f /fuzz
parent94e86e252843e500fe3ef750203bfa7d31cab4ce (diff)
downloadqpdf-6bc4cc3d48dd2216c9415215967e46d429b7f6b1.tar.zst
Fix fuzz issue 15475
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/lzw_fuzzer_seed_corpus/a19f987b885f5a96069f4bc7f12b9e84ceba7dfa1
-rw-r--r--fuzz/qtest/fuzz.test2
2 files changed, 2 insertions, 1 deletions
diff --git a/fuzz/lzw_fuzzer_seed_corpus/a19f987b885f5a96069f4bc7f12b9e84ceba7dfa b/fuzz/lzw_fuzzer_seed_corpus/a19f987b885f5a96069f4bc7f12b9e84ceba7dfa
new file mode 100644
index 00000000..f96c401f
--- /dev/null
+++ b/fuzz/lzw_fuzzer_seed_corpus/a19f987b885f5a96069f4bc7f12b9e84ceba7dfa
@@ -0,0 +1 @@
+ÿÿ \ No newline at end of file
diff --git a/fuzz/qtest/fuzz.test b/fuzz/qtest/fuzz.test
index 83756de4..26ae4f10 100644
--- a/fuzz/qtest/fuzz.test
+++ b/fuzz/qtest/fuzz.test
@@ -23,7 +23,7 @@ my @fuzzers = (
['dct' => 1],
['flate' => 1],
['hex' => 1],
- ['lzw' => 1],
+ ['lzw' => 2],
['pngpredictor' => 1],
['runlength' => 6],
['tiffpredictor' => 1],