vcl/workben/schtmlfuzzer.options | 2 +- vcl/workben/scrtffuzzer.options | 2 +- vcl/workben/ww2fuzzer.options | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit a0d5d9dd9d8c11ec4c63251633081b3270c3ea3d Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Sun Jul 14 17:11:25 2024 +0100 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Sun Jul 14 19:57:53 2024 +0200 drop these fuzzers to short lengths temporarily oss-fuzz has got into that annoying state where the original bugs are not reproducible, and probably fixed, but some follow up issues trigger the same problem so the original won't close and its not easy to see the new cases. Change-Id: I8e515c0c5b8eafe40bfda695774ef56ec24948c2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170458 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> diff --git a/vcl/workben/schtmlfuzzer.options b/vcl/workben/schtmlfuzzer.options index 32f759a0969a..04657ca96660 100644 --- a/vcl/workben/schtmlfuzzer.options +++ b/vcl/workben/schtmlfuzzer.options @@ -1,3 +1,3 @@ [libfuzzer] -max_len = 20480 +max_len = 256 dict = html.dict diff --git a/vcl/workben/scrtffuzzer.options b/vcl/workben/scrtffuzzer.options index f41b545a43a4..cf3073dff0d2 100644 --- a/vcl/workben/scrtffuzzer.options +++ b/vcl/workben/scrtffuzzer.options @@ -1,2 +1,2 @@ [libfuzzer] -max_len = 32768 +max_len = 255 diff --git a/vcl/workben/ww2fuzzer.options b/vcl/workben/ww2fuzzer.options index 678d526b1ea9..a38c2fe331f7 100644 --- a/vcl/workben/ww2fuzzer.options +++ b/vcl/workben/ww2fuzzer.options @@ -1,2 +1,2 @@ [libfuzzer] -max_len = 65536 +max_len = 256