From: Lasse Collin Date: Thu, 13 Jan 2011 01:01:20 +0000 (-0800) Subject: Decompressors: check for write errors in decompress_unlzo.c X-Git-Tag: v2.6.38-rc1~255 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f9b54a35a70b604ebd2b2f2e7e04eabd0ff8a54;p=pandora-kernel.git Decompressors: check for write errors in decompress_unlzo.c The return value of flush() is not checked in unlzo(). This means that the decompressor won't stop even if the caller doesn't want more data. This can happen e.g. with a corrupt LZO-compressed initramfs image. Signed-off-by: Lasse Collin Cc: "H. Peter Anvin" Cc: Alain Knaff Cc: Albin Tonnerre Cc: Phillip Lougher Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed