From owner-cvs-sys Sat Nov 8 21:09:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA14438 for cvs-sys-outgoing; Sat, 8 Nov 1997 21:09:58 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA14316; Sat, 8 Nov 1997 21:08:03 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA27038; Sat, 8 Nov 1997 21:06:14 -0800 (PST) Date: Sat, 8 Nov 1997 21:06:14 -0800 (PST) Message-Id: <199711090506.VAA27038@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern uipc_socket.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/11/08 21:06:14 PST Modified files: (Branch: RELENG_2_2) sys/kern uipc_socket.c Log: Prevent bogus use of MSG_EOR with SOCK_STREAM sockets from panicing the system. Submitted by: wollman Revision Changes Path 1.20.2.2 +9 -3 src/sys/kern/uipc_socket.c