1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00
freebsd/usr.sbin/rtadvd
Fabien Thomas 5ffb56f057 In rtadvd, interface lookup calls if_indextoname() many times in a loop,
(it takes a long time on systems with many interfaces)
without reason and without checking its return value.

Reviewed by: cem
Obtained from: Maryse Levavasseur <maryse.levavasseur@stormshield.eu>
MFC after: 1 month
Sponsored by: Stormshield
Differential Revision: https://reviews.freebsd.org/D6979
2016-11-02 15:11:23 +00:00
..
advcap.c
advcap.h
config.c Use strlcpy() instead of strncpy() when copying ifname to ensure 2016-05-15 22:06:21 +00:00
config.h
control_client.c rtadvd(8): Fix use-after-close in cm_handler_client 2016-05-12 05:12:24 +00:00
control_client.h
control_server.c
control_server.h
control.c rtadvd(8): Fix a typo in full msg receive logic 2016-05-12 03:37:17 +00:00
control.h
if.c In rtadvd, interface lookup calls if_indextoname() many times in a loop, 2016-11-02 15:11:23 +00:00
if.h
Makefile
Makefile.depend
pathnames.h
rrenum.c
rrenum.h
rtadvd.8
rtadvd.c usr.sbin: minor spelling fixes on comments. 2016-05-01 16:41:25 +00:00
rtadvd.conf
rtadvd.conf.5
rtadvd.h
timer_subr.c
timer_subr.h
timer.c
timer.h