mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-15 07:14:00 +08:00
73dc8328c3
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: Piotr Wilczek <p.wilczek@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> CC: Tom Rini <trini@ti.com> |
||
---|---|---|
.. | ||
fat_write.c | ||
fat.c | ||
file.c | ||
Makefile |