This website requires JavaScript.
Explore
Help
Sign In
root
/
xz
Watch
1
Star
0
Fork
0
You've already forked xz
mirror of
https://git.tukaani.org/xz.git
synced
2025-02-21 16:08:12 +00:00
Code
Issues
Releases
Wiki
Activity
xz
/
tests
/
ossfuzz
/
config
/
fuzz_decode_alone.options
6 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add SPDX license identifiers to files under tests/ossfuzz (cherry picked from commit 9ae2ebc1e504a1814b0788de95fb5c58c0328dde)
2024-04-29 17:16:38 +03:00
# SPDX-License-Identifier: 0BSD
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.
2023-12-04 17:23:24 +01:00
[libfuzzer]
max_len = 4096
dict = fuzz_lzma.dict
Reference in New Issue
Copy Permalink