]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs/befs/linuxvfs.c: replace strncpy by strlcpy
authorFabian Frederick <fabf@skynet.be>
Sat, 17 May 2014 13:18:47 +0000 (23:18 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sat, 17 May 2014 13:18:47 +0000 (23:18 +1000)
commit708fa786e15d33e154c618e36fef6e3b73aa9382
treea372003840310b13709b0095aa046faaf4b7be8e
parent635aa3d48c639fb90e6e50a8583dae4a3d940176
fs/befs/linuxvfs.c: replace strncpy by strlcpy

strncpy + end of string assignment replaced by strlcpy

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/befs/linuxvfs.c