CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/16 02:28:29
Modified files:
sys/netinet : ip_mroute.c
Log message:
Call rtfree() after each use of routes and make sure the route is valid
when finding one. Since rtfree() is being called and rt_llinfo being
removed, add checks everywhere to make sure we are using a route that is
not being removed.
ok bluhm@
