CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/21 05:05:09
Modified files:
sys/netinet6 : ip6_forward.c
Log message:
Do not assume if_get(9) returns a non NULL ifp when using a route
interface index.
This assumption is true for the moment iff the route lookup *and* the
if_get() are done under KERNEL_LOCK(). This is not the case here.
Found the hardway by Hrvoje Popovski.
ok florian@, visa@, bluhm@
