CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/27 14:54:28
Modified files:
sys/netinet6 : nd6.c
Log message:
Ignore any iterator when traversing nd6 list.
nd6_rtrequest() could crash with a NULL pointer dereference if an
interator in nd6_list was inspected. Skip freeing neigbor discovery
entries and optimization in this unlikely case and try again later.
reported by Mischa and Anton Kasimov; OK mvs@
