cifs: using strlcpy instead of strncpy
authorZhao Hongjiang <zhaohongjiang@huawei.com>
Mon, 24 Jun 2013 06:57:47 +0000 (01:57 -0500)
committerSteve French <smfrench@gmail.com>
Wed, 26 Jun 2013 22:25:20 +0000 (17:25 -0500)
for NUL terminated string, need alway set '\0' in the end.

Signed-off-by: Zhao Hongjiang <zhaohongjiang@huawei.com>
Signed-off-by: Steve French <smfrench@gmail.com>

No differences found