Home
last modified time | relevance | path

Searched hist:"73 dc8328c3d842c9093d358dad61d4fd8b3fa2c5" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/fat/
H A Dfat_write.c73dc8328c3d842c9093d358dad61d4fd8b3fa2c5 Fri Oct 11 13:43:33 UTC 2013 Piotr Wilczek <p.wilczek@samsung.com> fs:fat: fix set file name function

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>