CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/13 07:30:16
Modified files:
sys/netinet6 : nd6_nbr.c
Log message:
nd6_dad_ns_input() could trigger a NULL deref in nd6_dad_duplicated().
It checks dp in two of three places. One check got lost in revision
1.83. Do a dp == NULL once at the beginning.
OK jsg@
Reported-by: [email protected]
