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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to