cvs commit: src/sys/netinet tcp_usrreq.c

Robert Watson rwatson at FreeBSD.org
Wed Jun 1 05:14:56 PDT 2005


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


More information about the cvs-src mailing list