Skip to content
Commit bbfab331 authored by Neo Jou's avatar Neo Jou Committed by Kalle Valo
Browse files

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: default avatarNeo Jou <neojou@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent b07e1ae2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment