Explicitly check for a non NULL ifp in in_control(). Only MROUTING
authormpi <mpi@openbsd.org>
Mon, 5 Jan 2015 10:21:58 +0000 (10:21 +0000)
committermpi <mpi@openbsd.org>
Mon, 5 Jan 2015 10:21:58 +0000 (10:21 +0000)
commit78a6242577f34ed2de8bb4d2cb8a7125f5dea98e
treeaa10658ee83a5989c3dd5b77889a5943cb2e9694
parent2dd08e28c9e92875df79c2f29c40a23f0789b096
Explicitly check for a non NULL ifp in in_control().  Only MROUTING
ioctl(2)s are an exception to this rule.  This makes clear that ifa
cannot be used initialized as found by jsg@ with gcc/clang.

ok krw@, bluhm@, jca@
sys/netinet/in.c