Something went wrong on our end
-
Wolfgang Denk authored
strcpy() was iused with the target address being a pointer to a constant string, which potentially is read-only. Use a (writable) array of characters instead. Signed-off-by:
Wolfgang Denk <wd@denx.de>
Wolfgang Denk authoredstrcpy() was iused with the target address being a pointer to a constant string, which potentially is read-only. Use a (writable) array of characters instead. Signed-off-by:
Wolfgang Denk <wd@denx.de>
fdt.c 4.81 KiB