cvs commit: src/sys/netinet6 esp_input.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon May 1 09:28:27 PDT 2006
dillon 2006/05/01 09:26:54 PDT
DragonFly src repository
Modified files:
sys/netinet6 esp_input.c
Log:
more strict sanity check for ESP tail. [From KAME]
Fix IPv6 error statistics being recorded as IPv4.
m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation
has to happen before the call to m_cat(). [May not apply.]
Submitted-by: Gary Allan <dragonfly at xxxxxxxxxxxxxxx>
Taken-from: FreeBSD4
Revision Changes Path
1.11 +4 -4 src/sys/netinet6/esp_input.c
http://www.dragonflybsd.org/cvsweb/src/sys/netinet6/esp_input.c.diff?r1=1.10&r2=1.11&f=u
More information about the Commits
mailing list