From: Rickard Strandqvist Date: Sun, 12 Oct 2014 15:55:33 +0000 (+0200) Subject: staging: lustre: lustre: ptlrpc: sec.c: Replacing strncat with strlcat to avoid overw... X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~713 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22e1dd69fec2f0e887103f6b0dc8e310f649c1c1;p=pandora-kernel.git staging: lustre: lustre: ptlrpc: sec.c: Replacing strncat with strlcat to avoid overwrite size Changed from using strncat with strlcat to avoid overwrite the max size. Take the opportunity to change a snprint to strlcpy. Signed-off-by: Rickard Strandqvist Acked-by: Chen Gang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed