Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sys/netinet
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.
Home |
Main Index |
Thread Index |
Old Index