diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-09-02 15:39:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-09-02 18:10:56 +0200 |
commit | a3b1c886227af1b117783bc569d32675441cd3fd (patch) | |
tree | 43632c3f688c319e9cb563dac61544babbfb29a8 /vcl/workben | |
parent | bcbd23e66a00567d17f8651975803b2c213bcb75 (diff) |
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 <caolanm@redhat.com>
Diffstat (limited to 'vcl/workben')
-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 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 |