commit | 646032e3b05b32d3f20cb108a030593d9d792eb5 | [log] [tgz] |
---|---|---|
author | Lasse Collin <lasse.collin@tukaani.org> | Sun May 01 19:38:42 2011 +0300 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon May 02 08:46:12 2011 -0700 |
tree | 1ced1d6ba3628d76ae389175b0f2c24711358d84 | |
parent | 3fd9952df4964fac7d5868ba48eadcc9dae3ba46 [diff] |
XZ decompressor: Fix decoding of empty LZMA2 streams The old code considered valid empty LZMA2 streams to be corrupt. Note that a typical empty .xz file has no LZMA2 data at all, and thus most .xz files having no uncompressed data are handled correctly even without this fix. Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>