cvs commit: src/sys/kern uipc_usrreq.c

Robert Watson rwatson at FreeBSD.org
Wed Jul 26 19:16:40 UTC 2006


rwatson     2006-07-26 19:16:35 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_usrreq.c 
  Log:
  Remove call to soisdisconnected() in uipc_detach(), since it will already
  have been invoked by uipc_close() or uipc_abort(), and the socket is in a
  state of being torn down by the time we get to this point, so kqueue
  state frobbed by soisdisconnected() is not available, so frobbing it will
  result in a panic.
  
  Reported by:    Munehiro Matsuda <haro at h4 dot dion dot ne dot jp>
  
  Revision  Changes    Path
  1.182     +0 -1      src/sys/kern/uipc_usrreq.c


More information about the cvs-all mailing list