Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
30006 commits behind the upstream repository.
user avatar
Piotr Wilczek authored
Curently memcpy copies string without null terminating char because
function strlen returns only number of characters excluding
null terminating character. Replace memcpy with strcpy.

Signed-off-by: default avatarPiotr Wilczek <p.wilczek@samsung.com>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
CC: Tom Rini <trini@ti.com>
73dc8328
History