1
0
mirror of https://git.tukaani.org/xz.git synced 2025-04-25 00:50:49 +00:00

1 Commits

Author SHA1 Message Date
Lasse Collin
48440e24a2
Tests: Add a fuzzing target for the multithreaded .xz decoder
It doesn't seem possible to trigger the CVE-2025-31115 bug with this
fuzzing target at the moment. It's because the code in fuzz_common.h
passes the whole input buffer to lzma_code() at once.
2025-04-03 14:34:43 +03:00