summaryrefslogtreecommitdiffstats
path: root/cpukit/include/libfdt.h
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2021-06-08 15:28:55 +1000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-14 16:00:44 +0100
commit21351a2f79553592ab9157e2595064619cfe88ad (patch)
tree18f2c98b6249040f983d4bcac4af4802d04c58f4 /cpukit/include/libfdt.h
parentlibfdt: Add FDT alignment check to fdt_check_header() (diff)
downloadrtems-21351a2f79553592ab9157e2595064619cfe88ad.tar.bz2
Fix CID 1461557
Coverity gets a bit confused by loading fdt_size_dt_strings() and using it in a memmove(). In fact this is safe because the callers have verified this information (via FDT_RW_PROBE() in fdt_pack() or construction in fdt_open_into()). Passing in strings_size like we already do struct_size seems to get Coverity to follow what's going on here. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'cpukit/include/libfdt.h')
0 files changed, 0 insertions, 0 deletions