Module Name: src Committed By: maxv Date: Tue Mar 6 17:39:36 UTC 2018
Modified Files: src/sys/netinet6: ip6_input.c Log Message: Perform the IP (src/dst) checks _before_ calling the packet filter, because if the filter has a "return-icmp" rule it may call icmp6_error with an src field that was not entirely validated. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/netinet6/ip6_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.