]> git.ipfire.org Git - thirdparty/xz.git/commit
Tests: Add a fuzzing target for the multithreaded .xz decoder
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 3 Apr 2025 11:34:43 +0000 (14:34 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 3 Apr 2025 11:34:43 +0000 (14:34 +0300)
commit48440e24a25911ae59e8518b67a1e0f6f1c293bf
tree2ccb5be0a5c6ce35b2bc5323c9cb339a0b476681
parent0c80045ab82c406858d9d5bcea9f48ebc3d0a81d
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.
tests/ossfuzz/fuzz_decode_stream_mt.c [new file with mode: 0644]