cvs commit: src/sys/netinet tcp_input.c
Paul Saab
ps at FreeBSD.org
Tue Jul 5 19:52:39 GMT 2005
ps 2005-07-05 19:25:43 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/netinet tcp_input.c
Log:
MFC: 1.279
Fix for a SACK crash caused by a bug in tcp_reass(). tcp_reass()
does not clear tlen and frees the mbuf (leaving th pointing at freed
memory), if the data segment is a complete duplicate.
Revision Changes Path
1.252.2.21 +3 -1 src/sys/netinet/tcp_input.c
More information about the cvs-src
mailing list