Date: Thu, 28 Nov 1996 05:20:01 -0800 (PST) From: Bruce Evans <bde@zeta.org.au> To: freebsd-bugs Subject: Re: kern/2114: recv() with MSG_PEEK and NULL pointer wedges system Message-ID: <199611281320.FAA25262@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/2114; it has been noted by GNATS. From: Bruce Evans <bde@zeta.org.au> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611281320.FAA25262>