From: Lasse Collin Date: Sun, 1 May 2011 16:38:42 +0000 (+0300) Subject: XZ decompressor: Fix decoding of empty LZMA2 streams X-Git-Tag: v2.6.39-rc6~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=646032e3b05b32d3f20cb108a030593d9d792eb5;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed