diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-05-05 15:37:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-05-05 16:41:13 +0200 |
commit | 6dc61f97cbd8333632e87155a8deaa5b7d45b60d (patch) | |
tree | 3b44e1885c0666b74635b6241249164276dcca12 /vcl | |
parent | 61c06d531171c079a032097e00b9602a192cbd1f (diff) |
build and use an odf fuzzing dictionary
Change-Id: Ib6dabc636cd171151ce77e48a0e774e955ab7ce3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151434
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/workben/fodpfuzzer.options | 2 | ||||
-rw-r--r-- | vcl/workben/fodsfuzzer.options | 2 | ||||
-rw-r--r-- | vcl/workben/fodt2pdffuzzer.options | 2 | ||||
-rw-r--r-- | vcl/workben/fodtfuzzer.options | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/vcl/workben/fodpfuzzer.options b/vcl/workben/fodpfuzzer.options index 76d308c39d0c..1d9660180c2a 100644 --- a/vcl/workben/fodpfuzzer.options +++ b/vcl/workben/fodpfuzzer.options @@ -1,3 +1,3 @@ [libfuzzer] max_len = 65536 -dict = xml.dict +dict = odf.dict diff --git a/vcl/workben/fodsfuzzer.options b/vcl/workben/fodsfuzzer.options index 76d308c39d0c..1d9660180c2a 100644 --- a/vcl/workben/fodsfuzzer.options +++ b/vcl/workben/fodsfuzzer.options @@ -1,3 +1,3 @@ [libfuzzer] max_len = 65536 -dict = xml.dict +dict = odf.dict diff --git a/vcl/workben/fodt2pdffuzzer.options b/vcl/workben/fodt2pdffuzzer.options index 1ae5aaff4b14..5419e88c7780 100644 --- a/vcl/workben/fodt2pdffuzzer.options +++ b/vcl/workben/fodt2pdffuzzer.options @@ -1,3 +1,3 @@ [libfuzzer] max_len = 2048 -dict = xml.dict +dict = odf.dict diff --git a/vcl/workben/fodtfuzzer.options b/vcl/workben/fodtfuzzer.options index 76d308c39d0c..1d9660180c2a 100644 --- a/vcl/workben/fodtfuzzer.options +++ b/vcl/workben/fodtfuzzer.options @@ -1,3 +1,3 @@ [libfuzzer] max_len = 65536 -dict = xml.dict +dict = odf.dict |