[#]
http://marc.info/?l=openbsd-cvs&m=140861565105915&w=2
openbsd-cvs(obsdave,2) — All
2014-08-21 14:55:09
Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/21 04:07:07
Modified files:
sys/net : route.c
Log message:
If an ifa has as NULL ifp pointer then is should be considered as
invalid. When such thing happens, it means that the address is no
longer configured on the system but still referenced by some routes.
So do not return such ifa in ifa_ifwithroute().
Fix a panic reported by Pierre Bardou.
ok mikeb@, henning@