diff options
author | matt-kwong <matt-kwong@users.noreply.github.com> | 2017-03-15 11:55:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-15 11:55:28 -0700 |
commit | 5992c19f49731c534b39046ca9f97e553078936d (patch) | |
tree | 86263f7f0b09028eb9a5ae511a7c511b320719f5 /tools/fuzzer/options/percent_decode_fuzzer.options | |
parent | cedfa7647127bd42ee34ff95f344292e87141cf2 (diff) | |
parent | d9b257a1547f8d3d6ddf66036e19561e64de6531 (diff) |
Merge pull request #9896 from matt-kwong/ssl-fuzz2
Embed mock SSL data into ssl_server_fuzzer.c and add fuzzer options
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 |