summaryrefslogtreecommitdiffstats
path: root/board/qemu-mips
diff options
context:
space:
mode:
authorJon Nalley <lists@bluebot.org>2014-02-26 11:32:21 -0500
committerTom Rini <trini@ti.com>2014-06-19 11:18:42 -0400
commitaf67b25250e5dd636a844d869bba8ce698422145 (patch)
treef1e25e955326b5670fc39f08d39047cc3a78e249 /board/qemu-mips
parentf1329c900374f9efd6a27658dbebb104648f1a06 (diff)
downloadblackbird-obmc-uboot-af67b25250e5dd636a844d869bba8ce698422145.tar.gz
blackbird-obmc-uboot-af67b25250e5dd636a844d869bba8ce698422145.zip
libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images
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 <trini@ti.com>
Diffstat (limited to 'board/qemu-mips')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud