From 5c6e695ca942f9a417d24e58f14d51f3e8e1885d Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 25 Apr 2017 14:54:59 +0200 Subject: Add fuzzing targets for libFuzzer used by Google's OSS-Fuzz --- fuzz/xplist_fuzzer.options | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fuzz/xplist_fuzzer.options (limited to 'fuzz/xplist_fuzzer.options') diff --git a/fuzz/xplist_fuzzer.options b/fuzz/xplist_fuzzer.options new file mode 100644 index 0000000..bad5dac --- /dev/null +++ b/fuzz/xplist_fuzzer.options @@ -0,0 +1,3 @@ +[libfuzzer] +max_len = 4096 +dict = xplist.dict -- cgit v1.1-32-gdbae