commit | 59dfdd92288e55bed374309a9944c3a95b4e13c9 | [log] [tgz] |
---|---|---|
author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | Sun Oct 12 13:42:14 2014 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Oct 23 14:02:06 2014 -0400 |
tree | ff70f6f83eb9681670a6762848c8becddb77022a | |
parent | 47481d977cb2987ab363202c68a79ec1bccd357c [diff] |
brcmfmac: dhd_sdio.c: Cleaning up missing null-terminate in conjunction with strncpy Replacing strncpy with strlcpy to avoid strings that lacks null terminate. And changed from using strncat to strlcat to simplify code. Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> Signed-off-by: John W. Linville <linville@tuxdriver.com>