diff options
author | Maksym Vatsyk <maksym.vatsyk@leviathansecurity.com> | 2023-12-04 17:18:20 +0100 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-12-07 20:06:51 +0800 |
commit | bf0521ea1591c25b9d510c1b8be86073e9d847c6 (patch) | |
tree | 2dac05db572d0df2302f8b7af6a7313b794330ad /tests/ossfuzz/config/fuzz_decode_stream.options | |
parent | Update THANKS. (diff) | |
download | xz-bf0521ea1591c25b9d510c1b8be86073e9d847c6.tar.xz |
Tests: Rename OSS-Fuzz files.
Diffstat (limited to 'tests/ossfuzz/config/fuzz_decode_stream.options')
-rw-r--r-- | tests/ossfuzz/config/fuzz_decode_stream.options | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ossfuzz/config/fuzz_decode_stream.options b/tests/ossfuzz/config/fuzz_decode_stream.options new file mode 100644 index 00000000..61799737 --- /dev/null +++ b/tests/ossfuzz/config/fuzz_decode_stream.options @@ -0,0 +1,3 @@ +[libfuzzer] +max_len = 4096 +dict = fuzz_xz.dict |