diff options
author | 2017-02-22 15:14:28 -0800 | |
---|---|---|
committer | 2017-02-27 13:51:28 -0800 | |
commit | d9b257a1547f8d3d6ddf66036e19561e64de6531 (patch) | |
tree | 4fca45951229affa2bac6a99b3d895ab9854b044 /tools/fuzzer/options/percent_decode_fuzzer.options | |
parent | c5b3b25f8d94404a6069cacd756be47d8e9d8de3 (diff) |
Add fuzzer options for oss-fuzz
Diffstat (limited to 'tools/fuzzer/options/percent_decode_fuzzer.options')
-rw-r--r-- | tools/fuzzer/options/percent_decode_fuzzer.options | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/fuzzer/options/percent_decode_fuzzer.options b/tools/fuzzer/options/percent_decode_fuzzer.options new file mode 100644 index 0000000000..ea2785e110 --- /dev/null +++ b/tools/fuzzer/options/percent_decode_fuzzer.options @@ -0,0 +1,2 @@ +[libfuzzer] +max_len = 32 |