vcl/workben/htmlfuzzer.options  |    2 +-
 vcl/workben/scrtffuzzer.options |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a3b1c886227af1b117783bc569d32675441cd3fd
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Sep 2 15:39:16 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Fri Sep 2 18:10:56 2022 +0200

    ofz#39186 reduce htmlfuzzer len to hasten closure of Timeout state
    
    restrict this to a very short length to reset ofz Timeout to force
    ofz to report a new issue when restored later. Bump up the sc-rtf
    one.
    
    Change-Id: Ida1a12f4833cef50a1fb8b7bb4c47f85f3fc155e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139268
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/workben/htmlfuzzer.options b/vcl/workben/htmlfuzzer.options
index 94364a60bb93..82c2654a4936 100644
--- a/vcl/workben/htmlfuzzer.options
+++ b/vcl/workben/htmlfuzzer.options
@@ -1,3 +1,3 @@
 [libfuzzer]
-max_len = 49152
+max_len = 4096
 dict = html_tags.dict
diff --git a/vcl/workben/scrtffuzzer.options b/vcl/workben/scrtffuzzer.options
index 9fda93fcb340..8ea8588375d7 100644
--- a/vcl/workben/scrtffuzzer.options
+++ b/vcl/workben/scrtffuzzer.options
@@ -1,2 +1,2 @@
 [libfuzzer]
-max_len = 4096
+max_len = 8192

Reply via email to