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)
commit850a496f969719b494cc972ab1d0e088737358d7
tree9892f09f246b8e855d0e89e58b649e0c5224bb20
parent9cb569d601e0b93e01c20a22872270ec663b75f6
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