9
0
Fork 0
barebox/lib/lzo
Holger Schurig ecb1dc0b1e lzo: properly check for overruns
Note: this is the same as 206a81c18401c0cde6e579164f752c4b147324ce in
linux-git.

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>
Signed-off-by: Holger Schurig <holgerschurig@gmail.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-07-02 08:19:45 +02:00
..
Kconfig uncompress: add config to disable it 2012-01-11 21:22:34 +08:00
Makefile lzo: update to lzo-2013 2013-09-22 16:48:46 +02:00
lzo1x_compress.c lzo: update to lzo-2013 2013-09-22 16:48:46 +02:00
lzo1x_decompress_safe.c lzo: properly check for overruns 2014-07-02 08:19:45 +02:00
lzodefs.h lzo: update to lzo-2013 2013-09-22 16:48:46 +02:00