From e5793c64063e83cc6682e3a8691308f740fbc268 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 23 Sep 2022 20:52:55 +0100 Subject: ofz: bump sc-rtf and html max lengths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic7c596b59a420dc098ae61298d9fa048f826662c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140528 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- vcl/workben/htmlfuzzer.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/workben/htmlfuzzer.options') diff --git a/vcl/workben/htmlfuzzer.options b/vcl/workben/htmlfuzzer.options index 1173eaee3f05..9ab77d3b579f 100644 --- a/vcl/workben/htmlfuzzer.options +++ b/vcl/workben/htmlfuzzer.options @@ -1,3 +1,3 @@ [libfuzzer] -max_len = 8192 +max_len = 12288 dict = html_tags.dict -- cgit