Module Name: src Committed By: maxv Date: Mon Feb 26 06:48:01 UTC 2018
Modified Files: src/sys/netipsec: ipsec.c Log Message: Fix nonsensical checks, neither in6p nor request is allowed to be NULL, and the former is already dereferenced in a kassert. This code should be the same as ipsec4_set_policy. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/sys/netipsec/ipsec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.