Changeset 21351a2 in rtems

Timestamp:
06/08/21 05:28:55 (3 years ago)
Author:
David Gibson <david@…>
Branches:
master
Children:
c07e238
Parents:
34052ef
git-author:
David Gibson <david@…> (06/08/21 05:28:55)
git-committer:
Sebastian Huber <sebastian.huber@…> (12/14/21 15:00:44)
Message:

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@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.