CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/11/18 07:13:52
Modified files: sys/net : route.c rtsock.c Log message: Do not dereference rt_ifp to call if_rtrequest. This only happens under KERNEL_LOCK() so we know for sure that the interface attached to a route entry is valid.