Date: Thu, 31 May 2007 12:06:02 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_usrreq.c Message-ID: <200705311206.l4VC62xk083180@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705311206.l4VC62xk083180>