diff options
author | Nikias Bassen | 2017-04-25 14:54:59 +0200 |
---|---|---|
committer | Nikias Bassen | 2017-04-25 14:54:59 +0200 |
commit | 5c6e695ca942f9a417d24e58f14d51f3e8e1885d (patch) | |
tree | 7eef70ace704c440baea74fff06cc623f800d303 /fuzz/xplist_fuzzer.options | |
parent | 62ec804736435fa34e37e66e228e17e2aacee1d7 (diff) | |
download | libplist-5c6e695ca942f9a417d24e58f14d51f3e8e1885d.tar.gz libplist-5c6e695ca942f9a417d24e58f14d51f3e8e1885d.tar.bz2 |
Add fuzzing targets for libFuzzer used by Google's OSS-Fuzz
Diffstat (limited to 'fuzz/xplist_fuzzer.options')
-rw-r--r-- | fuzz/xplist_fuzzer.options | 3 |
1 files changed, 3 insertions, 0 deletions
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 |