]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge tcp_input.c:1.292, tcp_timer.c:1.77 from HEAD to RELENG_6:
authorrwatson <rwatson@FreeBSD.org>
Sun, 11 Jun 2006 16:18:50 +0000 (16:18 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sun, 11 Jun 2006 16:18:50 +0000 (16:18 +0000)
commit15c2f2840f8a2a5ed1622a3c3dba017faf612846
tree209b753f19a9ed8e8f61875dbfbcb2b31a91b35d
parent4a589eb384e644c7fa54e6aad5a07a0b2a860051
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.
sys/netinet/tcp_input.c
sys/netinet/tcp_timer.c