commit | 206a81c18401c0cde6e579164f752c4b147324ce | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 20 22:00:53 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 23 14:12:01 2014 -0400 |
tree | 9a8eae6e89068e372ace1ac0a13af5c76b09faf9 | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f [diff] |
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>