cvs commit: src/sys/netinet tcp_usrreq.c
Robert Watson
rwatson at FreeBSD.org
Thu Jun 9 07:38:19 GMT 2005
rwatson 2005-06-09 07:32:50 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/netinet tcp_usrreq.c
Log:
Merge tcp_usrreq.c:1.124 from HEAD to RELENG_5:
When aborting tcp_attach() due to a problem allocating or attaching the
tcpcb, lock the inpcb before calling in_pcbdetach() or in6_pcbdetach(),
as they expect the inpcb to be passed locked.
Revision Changes Path
1.107.2.4 +2 -0 src/sys/netinet/tcp_usrreq.c
More information about the cvs-src
mailing list