Searched hist:a4fa9864bf1f15e007a3470b83a91076690a3222 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/ifconfig/ |
H A D | ifconfig.c | diff a4fa9864bf1f15e007a3470b83a91076690a3222 Tue Jan 27 02:43:14 CET 2004 Brooks Davis <brooks@FreeBSD.org> Use IFNAMSIZ instead of a magic value for the length of an interface name.
Prevent the kernel from potentially overflowing the interface name variable. The size argument of strlcpy is complex because the name is not null-terminated in sdl_data. diff a4fa9864bf1f15e007a3470b83a91076690a3222 Tue Jan 27 02:43:14 CET 2004 Brooks Davis <brooks@FreeBSD.org> Use IFNAMSIZ instead of a magic value for the length of an interface name.
Prevent the kernel from potentially overflowing the interface name variable. The size argument of strlcpy is complex because the name is not null-terminated in sdl_data.
|