OSDN Git Service

wifi: cfg80211: use strscpy to replace strlcpy
authorXueBing Chen <chenxuebing@jari.cn>
Mon, 11 Jul 2022 14:27:58 +0000 (22:27 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:12 +0000 (11:43 +0200)
commit59e8ef18f6a1b7712bfb6889fcd808b7b5951600
tree1e533a05fb869fd7db79d49c79d021b90b50108d
parent51d3cfaf992ff52c2e922dc935a78f415038a2da
wifi: cfg80211: 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: XueBing Chen <chenxuebing@jari.cn>
Link: https://lore.kernel.org/r/2d2fcbf7.e33.181eda8e70e.Coremail.chenxuebing@jari.cn
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/ethtool.c