Re: [U-Boot] [PATCH] Prevent a stack overflow in fit_check_sign

2014-05-21 Thread Simon Glass
On 20 May 2014 03:58, Michael van der Westhuizen wrote: > It is trivial to crash fit_check_sign by invoking with an > absolute path in a deeply nested directory. This is exposed > by vboot_test.sh. > > Signed-off-by: Michael van der Westhuizen Acked-by: Simon Glass > --- > tools/fit_check_si

[U-Boot] [PATCH] Prevent a stack overflow in fit_check_sign

2014-05-20 Thread Michael van der Westhuizen
It is trivial to crash fit_check_sign by invoking with an absolute path in a deeply nested directory. This is exposed by vboot_test.sh. Signed-off-by: Michael van der Westhuizen --- tools/fit_check_sign.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/fit_check_s