CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2016/12/19 03:35:12

Modified files:
        sys/netinet    : in.c 

Log message:
If rt_ifa_addlocal() in in_ifinit() fails, the address has been
added to the interface address list, but the local route is missing.
This inconsistency could result in a "ifa == rt->rt_ifa" assertion
panic later.  So in case of a route add error, remove the interface
address to get a consistent state again.
OK stsp@ mpi@

Reply via email to