diff options
author | XueBing Chen <chenxuebing@jari.cn> | 2022-07-01 18:55:17 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-04 10:28:00 +0100 |
commit | 634b215b73073f91523d6a97e547802aa2483ac8 (patch) | |
tree | d79eac03f535ee88520fceb021db7ecacf397467 /net/unix/af_unix.c | |
parent | 798661c73672797549ba95a8a3da432d32b67178 (diff) | |
download | linux-634b215b73073f91523d6a97e547802aa2483ac8.tar.gz linux-634b215b73073f91523d6a97e547802aa2483ac8.tar.bz2 linux-634b215b73073f91523d6a97e547802aa2483ac8.zip |
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: XueBing Chen <chenxuebing@jari.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions