Mirror von
https://git.tukaani.org/xz.git
synchronisiert 2025-07-03 19:06:37 +00:00
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.
4 Zeilen
49 B
Plaintext
4 Zeilen
49 B
Plaintext
[libfuzzer]
|
|
max_len = 4096
|
|
dict = fuzz_lzma.dict
|