Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2005 07:32:50 +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:  <200506090732.j597Wo3F002176@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506090732.j597Wo3F002176>