]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Revert "lzo: properly check for overruns"
authorWilly Tarreau <w@1wt.eu>
Sat, 27 Sep 2014 10:31:36 +0000 (12:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Oct 2014 16:38:22 +0000 (09:38 -0700)
commitbe73cb4d097fd2bb49a5277f80da44a72466a161
treeb297da4cc49806f4a501be7dcecf807312438f0c
parentbe30bc63af981c48efe5b4e8d260ced0095f4c9b
Revert "lzo: properly check for overruns"

commit af958a38a60c7ca3d8a39c918c1baa2ff7b6b233 upstream.

This reverts commit 206a81c ("lzo: properly check for overruns").

As analysed by Willem Pinckaers, this fix is still incomplete on
certain rare corner cases, and it is easier to restart from the
original code.

Reported-by: Willem Pinckaers <willem@lekkertech.net>
Cc: "Don A. Bailey" <donb@securitymouse.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/lzo/lzo1x_decompress_safe.c