Home
last modified time | relevance | path

Searched hist:"46 a5707d9c2eefa23e88f7c63999adb9190c5b46" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_write.c46a5707d9c2eefa23e88f7c63999adb9190c5b46 Mon Jun 09 13:29:00 UTC 2014 Jeroen Hofstee <jeroen@myspectrum.nl> ext4: correctly zero filename

Since ALLOC_CACHE_ALIGN_BUFFER declares a char* for filename
sizeof(filename) is not the size of the buffer. Use the already
known length instead.

cc: Uma Shankar <uma.shankar@samsung.com>
cc: Manjunatha C Achar <a.manjunatha@samsung.com>
cc: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Acked-by: Marek Vasut <marex@denx.de>