vcl/workben/htmlfuzzer.options | 2 +- vcl/workben/scrtffuzzer.options | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9788961cc30e151adcc32044d16899a5406d2c51 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sat Sep 17 12:11:22 2022 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sat Sep 17 16:53:46 2022 +0200 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 <caol...@redhat.com> 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