Skip to content
Snippets Groups Projects
Commit 76706cb8 authored by Wolfgang Denk's avatar Wolfgang Denk Committed by Stefan Roese
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>
Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent f67066b6
No related branches found
No related tags found
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