]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When scanning for control messages, don't process the data mbufs.
authorDavid Malone <dwmalone@FreeBSD.org>
Mon, 29 Oct 2001 20:04:03 +0000 (20:04 +0000)
committerDavid Malone <dwmalone@FreeBSD.org>
Mon, 29 Oct 2001 20:04:03 +0000 (20:04 +0000)
commit12396bdca7c3824c620a6673467992f55cce2d9e
tree89b313f97cee557c3810ca4d650cbed4f0c66945
parent4091481652fcca6cbaaf63af10619cd410f2f5e7
When scanning for control messages, don't process the data mbufs.
This could cause hangs if a unix domain socket was closed with data
still to be read from it.

Tested by: Andrea Campi <andrea@webcom.it>
sys/kern/uipc_usrreq.c