summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2023-04-26 11:00:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2023-04-26 17:42:01 +0200
commite2279c73456cd54f0cc8290bb562e0226fa174dd (patch)
tree53ed03a18f227bb3b015acc986cb9d890709a14e /vcl/workben
parent33775c5d052e52ca60e3bc75d57981191d7b8c3a (diff)
upgrade to more recent fuzzing dicts and use some additional ones
that look a good fit for the formats we're already fuzzing Change-Id: Ie635d17d829858c0cb10f71ea936f8dc131db811 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151052 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/bmpfuzzer.options1
-rw-r--r--vcl/workben/htmlfuzzer.options2
-rw-r--r--vcl/workben/psdfuzzer.options1
-rw-r--r--vcl/workben/rtffuzzer.options1
-rw-r--r--vcl/workben/sftfuzzer.options1
-rw-r--r--vcl/workben/svgfuzzer.options2
-rw-r--r--vcl/workben/webpfuzzer.options1
-rw-r--r--vcl/workben/zipfuzzer.options1
8 files changed, 8 insertions, 2 deletions
diff --git a/vcl/workben/bmpfuzzer.options b/vcl/workben/bmpfuzzer.options
index 678d526b1ea9..8ef6457cac35 100644
--- a/vcl/workben/bmpfuzzer.options
+++ b/vcl/workben/bmpfuzzer.options
@@ -1,2 +1,3 @@
[libfuzzer]
max_len = 65536
+dict = bmp.dict
diff --git a/vcl/workben/htmlfuzzer.options b/vcl/workben/htmlfuzzer.options
index cb08f2c88c5e..de8893111aca 100644
--- a/vcl/workben/htmlfuzzer.options
+++ b/vcl/workben/htmlfuzzer.options
@@ -1,3 +1,3 @@
[libfuzzer]
max_len = 24576
-dict = html_tags.dict
+dict = html.dict
diff --git a/vcl/workben/psdfuzzer.options b/vcl/workben/psdfuzzer.options
index 678d526b1ea9..9af125e7a195 100644
--- a/vcl/workben/psdfuzzer.options
+++ b/vcl/workben/psdfuzzer.options
@@ -1,2 +1,3 @@
[libfuzzer]
max_len = 65536
+dict = psd.dict
diff --git a/vcl/workben/rtffuzzer.options b/vcl/workben/rtffuzzer.options
index 678d526b1ea9..adb4b5713533 100644
--- a/vcl/workben/rtffuzzer.options
+++ b/vcl/workben/rtffuzzer.options
@@ -1,2 +1,3 @@
[libfuzzer]
max_len = 65536
+dict = rtf.dict
diff --git a/vcl/workben/sftfuzzer.options b/vcl/workben/sftfuzzer.options
index 678d526b1ea9..98f36ac2312b 100644
--- a/vcl/workben/sftfuzzer.options
+++ b/vcl/workben/sftfuzzer.options
@@ -1,2 +1,3 @@
[libfuzzer]
max_len = 65536
+dict = otf.dict
diff --git a/vcl/workben/svgfuzzer.options b/vcl/workben/svgfuzzer.options
index df4f854f37aa..95a7cc501d28 100644
--- a/vcl/workben/svgfuzzer.options
+++ b/vcl/workben/svgfuzzer.options
@@ -1,3 +1,3 @@
[libfuzzer]
max_len = 32000
-dict = xml.dict
+dict = svg.dict
diff --git a/vcl/workben/webpfuzzer.options b/vcl/workben/webpfuzzer.options
index 678d526b1ea9..6ca996b35055 100644
--- a/vcl/workben/webpfuzzer.options
+++ b/vcl/workben/webpfuzzer.options
@@ -1,2 +1,3 @@
[libfuzzer]
max_len = 65536
+dict = webp.dict
diff --git a/vcl/workben/zipfuzzer.options b/vcl/workben/zipfuzzer.options
index f09db1b41438..13fd47f9cb55 100644
--- a/vcl/workben/zipfuzzer.options
+++ b/vcl/workben/zipfuzzer.options
@@ -1,2 +1,3 @@
[libfuzzer]
max_len = 32000
+dict = zip.dict