CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/29 08:12:36
Modified files:
sys/netinet6 : ip6_output.c
Log message:
Use if_get() rather than dereferencing rt_ifp in ip6_getpmtu().
While here fix a NULL dereference introduced by the support for
multiple rdomains. It seems that this code path is never run...
With input from David Hill, ok florian@
