From: Rickard Strandqvist Date: Sun, 12 Oct 2014 11:42:14 +0000 (+0200) Subject: brcmfmac: dhd_sdio.c: Cleaning up missing null-terminate in conjunction with strncpy X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~25^2~30^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59dfdd92288e55bed374309a9944c3a95b4e13c9;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed