diff options
| author | Wolfgang Denk <wd@denx.de> | 2009-10-20 23:07:04 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-10-20 23:07:04 +0200 |
| commit | 0e1ac981194aa0d92eff0934442cec48a4f57834 (patch) | |
| tree | bb48f9d23c3c956a1b88e5b775e964e629864996 /include/linux/string.h | |
| parent | f67066b6b0740b826ed862615c5ab022aaf4779a (diff) | |
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: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/linux/string.h')
0 files changed, 0 insertions, 0 deletions
