cvs commit: src/sys/netinet tcp_output.c
Bjoern A. Zeeb
bz at FreeBSD.org
Sun Sep 7 11:38:35 UTC 2008
bz 2008-09-07 11:38:30 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_output.c
Log:
SVN rev 182841 on 2008-09-07 11:38:30Z by bz
Add a second KASSERT checking for len >= 0 in the tcp output path.
This is different to the first one (as len gets updated between those
two) and would have caught various edge cases (read bugs) at a well
defined place I had been debugging the last months instead of
triggering (random) panics further down the call graph.
MFC after: 2 months
Revision Changes Path
1.154 +7 -1 src/sys/netinet/tcp_output.c
More information about the cvs-src
mailing list