Module Name: src Committed By: maxv Date: Mon Feb 26 06:58:56 UTC 2018
Modified Files:
src/sys/netipsec: ipsec_input.c
Log Message:
If 'skip' is lower than sizeof(struct ip), we are in trouble. So remove a
nonsensical branch, and add a panic at the beginning of the function.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/netipsec/ipsec_input.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
