diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2011-01-12 17:01:20 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-13 08:03:24 -0800 |
commit | 8f9b54a35a70b604ebd2b2f2e7e04eabd0ff8a54 (patch) | |
tree | c71b832a9c1c571c00dba35b39b5b94d03764c2d /crypto | |
parent | eb0cf3e19b4940a2d26dcdea03510ae16a580fcd (diff) | |
download | op-kernel-dev-8f9b54a35a70b604ebd2b2f2e7e04eabd0ff8a54.zip op-kernel-dev-8f9b54a35a70b604ebd2b2f2e7e04eabd0ff8a54.tar.gz |
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 <lasse.collin@tukaani.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Alain Knaff <alain@knaff.lu>
Cc: Albin Tonnerre <albin.tonnerre@free-electrons.com>
Cc: Phillip Lougher <phillip@lougher.demon.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions