commit | 4cec51e1be4797a4bd8b266a1d34cabd7fdb79fd | [log] [tgz] |
---|---|---|
author | Lasse Collin <[email protected]> | Thu Mar 31 11:58:14 2011 +0300 |
committer | Lasse Collin <[email protected]> | Thu Mar 31 11:58:14 2011 +0300 |
tree | ee722671018af4977cdb7c52b7f746c14e44e6f2 | |
parent | 79a1581e227f8ced14bb011d9b5cca5c7349258a [diff] |
Fix decoding of LZMA2 streams having no uncompressed data. No .xz encoder creates files with empty LZMA2 streams, but such files would still be valid and decompressors must accept them. Note that empty .xz files are a different thing than empty LZMA2 streams. This bug didn't affect typical .xz files that had no uncompressed data.