summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2020-07-02 20:31:29 +0300
committerSimon Glass <sjg@chromium.org>2020-07-20 20:37:47 +0300
commit2a3be302d5dd221ea64b85a700746b322e30f064 (patch)
treede991ce684d35059493ae9ca5f20a94c5f1695c4 /board
parentdf1fa4b2239aaf2e4a7b72ff1e81cfa53af8b08e (diff)
downloadu-boot-2a3be302d5dd221ea64b85a700746b322e30f064.tar.xz
lib: libfdt: fdt_region: avoid NULL pointer access
The function fdt_find_regions look in the exclude list for each property, even if the name is NULL. It could happen if the fit image is corrupted. On sandbox, it generates a segfault. To avoid this issue, if the name of a property is NULL, we report an error and avoid looking in the exclude list. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
0 files changed, 0 insertions, 0 deletions