1
0
Fork 0
alistair23-linux/lib/lzo
Greg Kroah-Hartman 206a81c184 lzo: properly check for overruns
The lzo decompressor can, if given some really crazy data, possibly
overrun some variable types.  Modify the checking logic to properly
detect overruns before they happen.

Reported-by: "Don A. Bailey" <donb@securitymouse.com>
Tested-by: "Don A. Bailey" <donb@securitymouse.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-06-23 14:12:01 -04:00
..
Makefile lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c 2013-02-20 19:36:00 +01:00
lzo1x_compress.c lib/lzo: Update LZO compression to current upstream version 2013-02-20 19:36:01 +01:00
lzo1x_decompress_safe.c lzo: properly check for overruns 2014-06-23 14:12:01 -04:00
lzodefs.h lib/lzo: Update LZO compression to current upstream version 2013-02-20 19:36:01 +01:00