Subject: CVS commit: [netbsd-3] src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 12/29/2005 16:10:18
Module Name:	src
Committed By:	riz
Date:		Thu Dec 29 16:10:18 UTC 2005

Modified Files:
	src/sys/netinet [netbsd-3]: udp_usrreq.c

Log Message:
Pull up following revision(s) (requested by manu in ticket #1052):
	sys/netinet/udp_usrreq.c: revision 1.144
Fix a bug in ESP over UDP: because udp4_espinudp() called m_pullup, it
could modify the struct mbuf and calling functions (udp_input() and
udp4_realinput()) would have used a garbled local copy of the pointer.
The fix is not perfect. udp4_espinudp() should use m_pulldown()...


To generate a diff of this commit:
cvs rdiff -r1.134.2.5 -r1.134.2.6 src/sys/netinet/udp_usrreq.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.