diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-08-08 09:02:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-08-08 12:05:12 +0200 |
commit | 56e7646a7dd421ef148a2452ea175c6a4cb91985 (patch) | |
tree | 14205663ad4b306f3dad80bb26a6337322617cd3 | |
parent | 495efc3396f04a6dc2200b33d9969f125b2a79c8 (diff) |
ofz#24932 Timeout
restrict this to a very short length to reset ofz Timeout to force
ofz to report a new issue when restored later
Change-Id: Ibbdbb60f16ddca8367355d4c855e58aa16ea5f4a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137944
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | vcl/workben/scrtffuzzer.options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/scrtffuzzer.options b/vcl/workben/scrtffuzzer.options index 678d526b1ea9..5dcdfac7a69d 100644 --- a/vcl/workben/scrtffuzzer.options +++ b/vcl/workben/scrtffuzzer.options @@ -1,2 +1,2 @@ [libfuzzer] -max_len = 65536 +max_len = 128 |