commit | 64375014c499528d9df5ee37f78844823a9d21f2 | [log] [tgz] |
---|---|---|
author | Michael van der Westhuizen <michael@smart-africa.com> | Tue May 20 15:58:58 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Thu Jun 05 14:44:56 2014 -0400 |
tree | 15cf1e98e94e488c8948d7939aa402be97b27fee | |
parent | 25308f45e11527cbfc7ff6d9dced7800e4b976e4 [diff] |
Prevent a stack overflow in fit_check_sign 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 <michael@smart-africa.com> Acked-by: Simon Glass <sjg@chromium.org>