mirror of
https://git.tukaani.org/xz.git
synced 2026-04-01 13:48:02 +00:00
This race condition could cause a deadlock if lzma_end() was called before finishing the encoding. This can happen with xz with debugging enabled (non-debugging version doesn't call lzma_end() before exiting).