From 82544241bade82d0740378fa099d0d6c3dcfaeb0 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Tue, 10 May 2022 11:55:37 +0200 Subject: fuzz-bootspec: limit input size https://oss-fuzz.com/testcase-detail/5680508182331392 has the first timeout with 811kb of input. As in the other cases, the code is known to be slow with lots of repeated entries and we're fine with that. --- src/fuzz/fuzz-bootspec.options | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/fuzz/fuzz-bootspec.options (limited to 'src/fuzz/fuzz-bootspec.options') diff --git a/src/fuzz/fuzz-bootspec.options b/src/fuzz/fuzz-bootspec.options new file mode 100644 index 0000000000..0824b19fab --- /dev/null +++ b/src/fuzz/fuzz-bootspec.options @@ -0,0 +1,2 @@ +[libfuzzer] +max_len = 65535 -- cgit v1.2.3