]> git.baikalelectronics.ru Git - kernel.git/commit
hostfs: dumb (and usually harmless) tpyo - strncpy instead of strlcpy
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 18 Aug 2010 10:18:57 +0000 (06:18 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 18 Aug 2010 10:18:57 +0000 (06:18 -0400)
commitaff3d01ef3b483dc726f7297c67546beaccd934c
tree9892f09f246b8e855d0e89e58b649e0c5224bb20
parent23ea15e895d3641306a68f7ba26278f7cf19193e
hostfs: dumb (and usually harmless) tpyo - strncpy instead of strlcpy

... not harmless in this case - we have a string in the end of buffer
already.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/hostfs/hostfs_kern.c