diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-02-05 20:38:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-02-06 19:46:33 +0000 |
commit | 36aa8b43daccff63ab9b2f2c3df064abd2517a28 (patch) | |
tree | dcee3983ee9ea74184ff9a8c06273e4c1416dff5 /vcl | |
parent | 9a23ded27470a4c57015e9e5d686259a60d464f2 (diff) |
ofz: bump sc-rtf and html max lengths
Change-Id: Id2b97538dcc2919b2fb993e8494478a7a444a9a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146568
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/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 67cf11a33a52..cb08f2c88c5e 100644 --- a/vcl/workben/htmlfuzzer.options +++ b/vcl/workben/htmlfuzzer.options @@ -1,3 +1,3 @@ [libfuzzer] -max_len = 20480 +max_len = 24576 dict = html_tags.dict diff --git a/vcl/workben/scrtffuzzer.options b/vcl/workben/scrtffuzzer.options index 748ec4b161c0..f41b545a43a4 100644 --- a/vcl/workben/scrtffuzzer.options +++ b/vcl/workben/scrtffuzzer.options @@ -1,2 +1,2 @@ [libfuzzer] -max_len = 24576 +max_len = 32768 |