cvs commit: src/sys/netinet tcp_usrreq.c
Robert Watson
rwatson at FreeBSD.org
Thu May 31 12:06:03 UTC 2007
rwatson 2007-05-31 12:06:02 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_usrreq.c
Log:
(1) In tcp_usrclosed(), tp can never become NULL, so don't test for NULL
before handling the socket disconnection case.
(2) Clean up surrounding comments and formatting.
Found with: Coverity Prevent(tm) (1)
CID: 2203
Revision Changes Path
1.157 +3 -4 src/sys/netinet/tcp_usrreq.c
More information about the cvs-src
mailing list