Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
- Loading branch information