Module Name: src Committed By: maxv Date: Mon Jan 29 08:14:54 UTC 2018
Modified Files: src/sys/netinet6: ip6_forward.c Log Message: Fix two pretty bad mistakes. If ipsec6_check_policy fails m is not freed, and a 'goto out' is missing after ipsec6_process_packet. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/netinet6/ip6_forward.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.