mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
7ca8c9869d
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.
3 lines
49 B
Text
3 lines
49 B
Text
[libfuzzer]
|
|
max_len = 4096
|
|
dict = fuzz_lzma.dict
|