diff options
Diffstat (limited to 'tools/fuzzer/options/api_fuzzer.options')
-rw-r--r-- | tools/fuzzer/options/api_fuzzer.options | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/fuzzer/options/api_fuzzer.options b/tools/fuzzer/options/api_fuzzer.options new file mode 100644 index 0000000000..8871ae21b6 --- /dev/null +++ b/tools/fuzzer/options/api_fuzzer.options @@ -0,0 +1,3 @@ +[libfuzzer] +max_len = 2048 +dict = api_fuzzer.dictionary |