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.
This is fixed by this patch.
Differential D6979
[usr.sbin/rtadvd] optimize and secure interface lookup maryse.levavasseur_stormshield.eu on Jun 27 2016, 8:47 AM. Authored by Tags Referenced Files
Details In rtadvd, interface lookup calls if_indextoname() many times in a loop, This is fixed by this patch. Our automated tests show no regression.
Diff Detail
|