summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2021-01-06 14:52:26 +1100
committerDavid Gibson <david@gibson.dropbear.id.au>2021-01-15 16:58:40 +1100
commitca16a723fa9dde9c5da80dba567f48715000e77c (patch)
tree0abe0e46397fedcae5ce29eb3d5e5db50470ecc3 /Documentation
parent64990a272e8f7cbbdfd5a53f752b5a0db7ddf41c (diff)
downloaddevice-tree-compiler-ca16a723fa9dde9c5da80dba567f48715000e77c.tar.gz
fdtdump: Fix gcc11 warning
In one place, fdtdump abuses fdt_set_magic(), passing it just a small char array instead of the full fdt header it expects. That's relying on the fact that in fact fdt_set_magic() will only actually access the first 4 bytes of the buffer. This trips a new warning in GCC 11 - and it's entirely possible it was always UB. So, don't do that. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions