]> git.ipfire.org Git - thirdparty/xz.git/commit
Tests: Add fuzz_decode_alone OSS-Fuzz target
authorMaksym Vatsyk <maksym.vatsyk@leviathansecurity.com>
Mon, 4 Dec 2023 16:23:24 +0000 (17:23 +0100)
committerJia Tan <jiat0218@gmail.com>
Thu, 7 Dec 2023 12:06:57 +0000 (20:06 +0800)
commit7ca8c9869df82756c3128c4fcf1058da4d18aa48
tree598fbeca970dc95913adf93fda95741d6f0b9769
parent37581a77ad5a49615325b1d1925fdc402b1e1d5a
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.
tests/ossfuzz/config/fuzz_decode_alone.options [new file with mode: 0644]
tests/ossfuzz/config/fuzz_lzma.dict [new file with mode: 0644]
tests/ossfuzz/fuzz_decode_alone.c [new file with mode: 0644]