commit | bbfab331e3abd9fa8767eea6bf5c4684cdd4b934 | [log] [tgz] |
---|---|---|
author | Neo Jou <neojou@gmail.com> | Tue May 21 17:12:20 2019 +0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue May 28 15:25:33 2019 +0300 |
tree | 47e0ea599b79256bb1e4d88c272bfbaef5eee380 | |
parent | b07e1ae2ce53a60af67009ef199603a588003e07 [diff] |
brcmfmac: use strlcpy() instead of strcpy() The function strcpy() is inherently not safe. Though the function works without problems here, it would be better to use other safer function, e.g. strlcpy(), to replace strcpy() still. Signed-off-by: Neo Jou <neojou@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>