Module Name: src Committed By: ozaki-r Date: Wed Jun 22 07:48:17 UTC 2016
Modified Files: src/sys/dist/pf/net: pf_if.c src/sys/net: if_stf.c src/sys/netinet6: in6.c in6_var.h ip6_input.c mld6.c Log Message: Remove unnecessary NULL checks of ifa->ifa_addr If it's NULL, it should be a bug. There many IFADDR_FOREACH that don't do NULL check. If it can be NULL, they should fire already. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dist/pf/net/pf_if.c cvs rdiff -u -r1.90 -r1.91 src/sys/net/if_stf.c cvs rdiff -u -r1.199 -r1.200 src/sys/netinet6/in6.c cvs rdiff -u -r1.76 -r1.77 src/sys/netinet6/in6_var.h cvs rdiff -u -r1.160 -r1.161 src/sys/netinet6/ip6_input.c cvs rdiff -u -r1.68 -r1.69 src/sys/netinet6/mld6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.