Date: Wed, 1 Jun 2005 12:14:56 +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: <200506011214.j51CEuO2030495@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-06-01 12:14:56 UTC FreeBSD src repository Modified files: sys/netinet tcp_usrreq.c Log: 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. MFC after: 7 days Revision Changes Path 1.124 +2 -0 src/sys/netinet/tcp_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506011214.j51CEuO2030495>