CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/10/27 06:06:37
Modified files: sys/netinet : ip_input.c Log message: Rewrite in_ouraddr() to not use ``rt_ifa'' since it is not obvious that the lifetime of an ``ifa'' is tied to a route entry, so it might no longer be valid after calling rtfree(9). While here put a KERNEL_LOCK() around the per-ifp address list iteration. ok bluhm@