Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2004 01:29:43 +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/kern uipc_usrreq.c
Message-ID:  <200407180129.i6I1Th7w068534@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-07-18 01:29:43 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_usrreq.c 
  Log:
  Drop Giant and acquire the UNIX domain socket subsystem lock a bit
  earlier in unp_connect() so that vp->v_socket can't change between
  our copying its value to a local variable and later use of that
  variable.  This may have been responsible for a panic during
  shutdown that I experienced where simultaneous closing of a listen
  socket by rpcbind and a new connection being made to rpcbind by
  mountd.
  
  Revision  Changes    Path
  1.134     +4 -4      src/sys/kern/uipc_usrreq.c



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