Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-9] src/sys/netinet6
Module Name: src
Committed By: martin
Date: Sun Sep 1 11:00:31 UTC 2019
Modified Files:
src/sys/netinet6 [netbsd-9]: nd6.c
Log Message:
Pull up following revision(s) (requested by roy in ticket #131):
sys/netinet6/nd6.c: revision 1.260
inet6: nd6_free assumes all routers are processed by kernel RA
This hasn't been the case for a long time if you're a dhcpcd
user with a default config. As such, it's possible for the default
IPv6 router as set by dhcpcd could be erroneously gc'ed by nd6_free.
This reduces the scope of the ND6_WLOCK taken as well as fixing an
issue where we write to ln->ln_state without a lock being held.
To generate a diff of this commit:
cvs rdiff -u -r1.256.2.2 -r1.256.2.3 src/sys/netinet6/nd6.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index