1
0
Fork 0
remarkable-uboot/fs
Piotr Wilczek 73dc8328c3 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>
2013-11-08 15:25:13 -05:00
..
cbfs fs: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00
cramfs fs: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00
ext4 fs: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00
fat fs:fat: fix set file name function 2013-11-08 15:25:13 -05:00
fdos fs: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00
jffs2 fs: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00
reiserfs fs: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00
sandbox fs: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00
ubifs fs: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00
yaffs2 fs: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00
zfs fs: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00
Makefile fs: move some file system to fs/Makefile 2013-10-31 13:26:44 -04:00
fs.c Fix number base handling of "load" command 2013-10-07 15:54:18 -04:00