Module Name: src Committed By: maxv Date: Thu Apr 19 07:58:26 UTC 2018
Modified Files: src/sys/netipsec: xform_ipcomp.c Log Message: Add a KASSERT (which is not triggerable since ipsec_common_input already ensures 8 bytes are present), add an XXX (about the fact that it is better to use m_copydata, because it is faster and less error-prone), and improve two m_copybacks (remove useless casts). To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/netipsec/xform_ipcomp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.