Files
android_external_dtc/libfdt
David Gibson 21d61d18f9 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>
2021-06-08 16:32:59 +10:00
..
2019-07-28 16:31:44 +10:00
2021-06-08 16:32:59 +10:00
2020-10-21 14:36:07 +11:00
2007-12-19 08:20:26 -06:00