Skip to content
Commit 634b215b authored by XueBing Chen's avatar XueBing Chen Committed by David S. Miller
Browse files

net: ipconfig: use strscpy to replace strlcpy



The strlcpy should not be used because it doesn't limit the source
length. Preferred is strscpy.

Signed-off-by: default avatarXueBing Chen <chenxuebing@jari.cn>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 798661c7
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