From owner-cvs-all Mon Oct 29 12: 4:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F06BE37B415; Mon, 29 Oct 2001 12:04:04 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9TK44959896; Mon, 29 Oct 2001 12:04:04 -0800 (PST) (envelope-from dwmalone) Message-Id: <200110292004.f9TK44959896@freefall.freebsd.org> From: David Malone Date: Mon, 29 Oct 2001 12:04:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_usrreq.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2001/10/29 12:04:03 PST Modified files: sys/kern uipc_usrreq.c Log: 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 Revision Changes Path 1.75 +2 -2 src/sys/kern/uipc_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message