On Wed, Feb 26, 2014 at 11:32:21AM -0500, Tom Rini wrote:

> From: Jon Nalley <li...@bluebot.org>
> 
> It has been observed that fit_check_format() will fail when passed a
> corrupt FIT image.  This was tracked down to _fdt_string_eq():
> return (strlen(p) == len) && (memcmp(p, s, len) == 0);
> 
> In the case of a corrupt FIT image one can't depend on 'p' being NULL
> terminated.  I changed it to use strnlen() to fix the issue.
> 
> Signed-off-by: Tom Rini <tr...@ti.com>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to