diff options
author | Maksym Vatsyk <maksym.vatsyk@leviathansecurity.com> | 2023-12-04 17:23:24 +0100 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-12-07 20:06:57 +0800 |
commit | 7ca8c9869df82756c3128c4fcf1058da4d18aa48 (patch) | |
tree | 598fbeca970dc95913adf93fda95741d6f0b9769 /tests/ossfuzz/config/fuzz_decode_alone.options | |
parent | Tests: Update OSS-Fuzz Makefile. (diff) | |
download | xz-7ca8c9869df82756c3128c4fcf1058da4d18aa48.tar.xz |
Tests: Add fuzz_decode_alone OSS-Fuzz target
This fuzz target that handles LZMA alone decoding. A new fuzz
dictionary .dict was also created with common LZMA header values to
help speed up the discovery of valid headers.
Diffstat (limited to '')
-rw-r--r-- | tests/ossfuzz/config/fuzz_decode_alone.options | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ossfuzz/config/fuzz_decode_alone.options b/tests/ossfuzz/config/fuzz_decode_alone.options new file mode 100644 index 00000000..0747b68c --- /dev/null +++ b/tests/ossfuzz/config/fuzz_decode_alone.options @@ -0,0 +1,3 @@ +[libfuzzer] +max_len = 4096 +dict = fuzz_lzma.dict |