diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-09-17 12:11:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-09-17 16:53:46 +0200 |
commit | 9788961cc30e151adcc32044d16899a5406d2c51 (patch) | |
tree | 16a5f341d2b4077b79e1f00cbf0d843a83d29547 /vcl | |
parent | 0ce0f7f81f53d8ac416c439ca2ec9b4ebbb305a5 (diff) |
ofz: bump sc-rtf and html max lengths
Change-Id: Id3400c686fefbf395e459ee9a654382bac87f141
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140102
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 82c2654a4936..1173eaee3f05 100644 --- a/vcl/workben/htmlfuzzer.options +++ b/vcl/workben/htmlfuzzer.options @@ -1,3 +1,3 @@ [libfuzzer] -max_len = 4096 +max_len = 8192 dict = html_tags.dict diff --git a/vcl/workben/scrtffuzzer.options b/vcl/workben/scrtffuzzer.options index 8ea8588375d7..68fa4817300a 100644 --- a/vcl/workben/scrtffuzzer.options +++ b/vcl/workben/scrtffuzzer.options @@ -1,2 +1,2 @@ [libfuzzer] -max_len = 8192 +max_len = 12288 |