This patch adds dst_len for the lar uncompress functions, enabling buffer overflow checks. It exits with an error instead of overflowing.
Myles
Signed-off-by: Myles Watson myles@pel.cs.byu.edu
On Feb 13, 2008 10:59 AM, Myles Watson myles@pel.cs.byu.edu wrote:
This patch adds dst_len for the lar uncompress functions, enabling buffer overflow checks. It exits with an error instead of overflowing.
Myles
Signed-off-by: Myles Watson myles@pel.cs.byu.edu
One more time with the patch.
On Feb 13, 2008 11:00 AM, Myles Watson myles@pel.cs.byu.edu wrote:
On Feb 13, 2008 10:59 AM, Myles Watson myles@pel.cs.byu.edu wrote:
This patch adds dst_len for the lar uncompress functions, enabling buffer overflow checks. It exits with an error instead of overflowing.
Myles
Signed-off-by: Myles Watson myles@pel.cs.byu.edu
One more time with the patch.
Updated patch. I messed up one of the error messages the first time.
Signed-off-by: Myles Watson myles@pel.cs.byu.edu
On Feb 13, 2008 1:36 PM, ron minnich rminnich@gmail.com wrote:
Acked-by: Ronald G. Minnich rminnich@gmail.com
Rev 594.
Thanks, Myles