From owner-freebsd-bugs Thu Nov 28 05:20:02 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA25268 for bugs-outgoing; Thu, 28 Nov 1996 05:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA25262; Thu, 28 Nov 1996 05:20:01 -0800 (PST) Date: Thu, 28 Nov 1996 05:20:01 -0800 (PST) Message-Id: <199611281320.FAA25262@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: kern/2114: recv() with MSG_PEEK and NULL pointer wedges system Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/2114; it has been noted by GNATS. From: Bruce Evans To: FreeBSD-gnats-submit@freebsd.org, wpaul@skynet.ctr.columbia.edu Cc: Subject: Re: kern/2114: recv() with MSG_PEEK and NULL pointer wedges system Date: Fri, 29 Nov 1996 00:13:32 +1100 > The test program that freezes my system has also been > reported to have the same effect on a machine of 2.2-RELENG > vintage. One of the uiomove()s in soreceive() returns EFAULT and doesn't make any progress. The return code is not checked. This should be easy to fix. Bruce