cvs commit: src/sys/netinet6 ah_input.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon May 1 09:28:08 PDT 2006
dillon 2006/05/01 09:25:41 PDT
DragonFly src repository
Modified files:
sys/netinet6 ah_input.c
Log:
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.]
Fix IPv6 error statistics being recorded as IPv4.
Submitted-by: Gary Allan <dragonfly at xxxxxxxxxxxxxxx>
Taken-from: FreeBSD4
Revision Changes Path
1.11 +3 -3 src/sys/netinet6/ah_input.c
http://www.dragonflybsd.org/cvsweb/src/sys/netinet6/ah_input.c.diff?r1=1.10&r2=1.11&f=u
More information about the Commits
mailing list