mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-17 20:03:39 +00:00
![]() The code here was doing strncpy() in a way that causes gcc 10 warning about possible string overflow. Just use strlcpy() which will null terminate and bound the string as expected. This has existed since start of git era so no Fixes tag. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> |
||
---|---|---|
.. | ||
.gitignore | ||
arpd.c | ||
ifstat.c | ||
lnstat_util.c | ||
lnstat.c | ||
lnstat.h | ||
Makefile | ||
nstat.c | ||
rtacct.c | ||
ss_util.h | ||
ss.c | ||
ssfilter_check.c | ||
ssfilter.h | ||
ssfilter.y |