Skip to content
Commit 0e1ac981 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

cpu/ppc4xx/fdt.c: avoid strcpy() to constant string



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: default avatarWolfgang Denk <wd@denx.de>
parent f67066b6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment