From c23d1d3efd5ec716525704d91b53ae07cb4c5458 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 25 Jan 2018 17:12:14 +0000 Subject: put a ceiling on various fuzzer input sizes Change-Id: I7a53859377e6228542be50fd26af6b0d6701384c --- vcl/workben/olefuzzer.options | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vcl/workben/olefuzzer.options (limited to 'vcl/workben/olefuzzer.options') diff --git a/vcl/workben/olefuzzer.options b/vcl/workben/olefuzzer.options new file mode 100644 index 000000000000..678d526b1ea9 --- /dev/null +++ b/vcl/workben/olefuzzer.options @@ -0,0 +1,2 @@ +[libfuzzer] +max_len = 65536 -- cgit