cvs commit: src/sys/netinet tcp_input.c tcp_timer.c
Robert Watson
rwatson at FreeBSD.org
Sun Jun 11 16:21:02 UTC 2006
rwatson 2006-06-11 16:18:50 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/netinet tcp_input.c tcp_timer.c
Log:
Merge tcp_input.c:1.292, tcp_timer.c:1.77 from HEAD to RELENG_6:
Explicitly assert socket pointer is non-NULL in tcp_input() so as to
provide better debugging information.
Prefer explicit comparison to NULL for tcpcb pointers rather than
treating them as booleans.
Revision Changes Path
1.281.2.7 +4 -3 src/sys/netinet/tcp_input.c
1.74.2.3 +8 -8 src/sys/netinet/tcp_timer.c
More information about the cvs-src
mailing list