diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-10-15 16:56:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-10-15 20:28:13 +0200 |
commit | 94e3cce5a9d8136d7c36d1ed596b995aaf47c297 (patch) | |
tree | 4b1ee562d8490f8756dfbb6c6d4959c95b95875f /vcl | |
parent | 03ff7ee47c6b4e0dbf38a040825aaca53ce2ed28 (diff) |
ofz: bump sc-rtf and html max lengths
Change-Id: Idd605931d7637d2fc4d1ca878c4ddc6eca9af87b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141419
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/workben/htmlfuzzer.options | 2 | ||||
-rw-r--r-- | vcl/workben/scrtffuzzer.options | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/workben/htmlfuzzer.options b/vcl/workben/htmlfuzzer.options index 9ab77d3b579f..d57cbc0ed9e4 100644 --- a/vcl/workben/htmlfuzzer.options +++ b/vcl/workben/htmlfuzzer.options @@ -1,3 +1,3 @@ [libfuzzer] -max_len = 12288 +max_len = 16384 dict = html_tags.dict diff --git a/vcl/workben/scrtffuzzer.options b/vcl/workben/scrtffuzzer.options index 9e9bf3455ee5..58889a21064b 100644 --- a/vcl/workben/scrtffuzzer.options +++ b/vcl/workben/scrtffuzzer.options @@ -1,2 +1,2 @@ [libfuzzer] -max_len = 16384 +max_len = 20480 |