From 56e7646a7dd421ef148a2452ea175c6a4cb91985 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 8 Aug 2022 09:02:33 +0100 Subject: ofz#24932 Timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- vcl/workben/scrtffuzzer.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit