]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove call to soisdisconnected() in uipc_detach(), since it will already
authorRobert Watson <rwatson@FreeBSD.org>
Wed, 26 Jul 2006 19:16:34 +0000 (19:16 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Wed, 26 Jul 2006 19:16:34 +0000 (19:16 +0000)
commit0075d858694f9e5bf38db7eba3a80c9ce4e98819
tree06bf0c4884958c7d216b0a21dc9c317ec4621b62
parente29c1f81e5df6532d664daa398127c55d5743a91
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>
sys/kern/uipc_usrreq.c