CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/01/05 03:21:58
Modified files: sys/netinet : in.c Log message: 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@