vcl/workben/htmlfuzzer.options | 2 +- vcl/workben/scrtffuzzer.options | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 94e3cce5a9d8136d7c36d1ed596b995aaf47c297 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sat Oct 15 16:56:44 2022 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sat Oct 15 20:28:13 2022 +0200 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 <caol...@redhat.com> 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