diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2009-09-24 00:57:37 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-24 16:21:05 +0200 |
commit | 6a8811629e9aa611aa710162f9e02020bba52c87 (patch) | |
tree | d3b8ff16950f5cda94b3259fbfa097aea9cb1e5f /lib/Kconfig.debug | |
parent | drivers/vlynq/vlynq.c: fix resource size off by 1 error (diff) | |
download | linux-6a8811629e9aa611aa710162f9e02020bba52c87.tar.xz linux-6a8811629e9aa611aa710162f9e02020bba52c87.zip |
lzma/gzip: fix potential oops when input data is truncated
If the lzma/gzip decompressors are called with insufficient input data
(len > 0 & fill = NULL), they will attempt to call the fill function to
obtain more data, leading to a kernel oops.
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/Kconfig.debug')
0 files changed, 0 insertions, 0 deletions