Re: [U-Boot] [PATCH 6/6] bootm: correctly bounds-check decompression

2013-08-14 Thread Simon Glass
Hi Kees, On Mon, Aug 12, 2013 at 5:02 PM, Kees Cook wrote: > This passes the actual memory allocation size for the destination to the > decompression routines, avoiding potential memory overflows. > > Signed-off-by: Kees Cook Acked-by: Simon Glass (doesn't actually change the result since thi

[U-Boot] [PATCH 6/6] bootm: correctly bounds-check decompression

2013-08-12 Thread Kees Cook
This passes the actual memory allocation size for the destination to the decompression routines, avoiding potential memory overflows. Signed-off-by: Kees Cook --- common/cmd_bootm.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c ind