From owner-cvs-all Sat Mar 11 3:20:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6383D37BA7C; Sat, 11 Mar 2000 03:20:54 -0800 (PST) (envelope-from shin@FreeBSD.org) Received: (from shin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA69194; Sat, 11 Mar 2000 03:20:54 -0800 (PST) (envelope-from shin@FreeBSD.org) Message-Id: <200003111120.DAA69194@freefall.freebsd.org> From: Yoshinobu Inoue Date: Sat, 11 Mar 2000 03:20:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shin 2000/03/11 03:20:54 PST Modified files: sys/netinet tcp_input.c Log: This is null commit to add correct comment for the last fix to this file. (Last commit message is not related to this file. This file is mistakenly committed with last commit of other files.) Prevent possible kernel panic at tcp_input(). When some IPv4 apps do setsockopt() to control message receipt, then kernel will panic at control message creation processing. (Currently, only bgp daemon in KAME package known to cause the problem.) Submitted by: jinmei@kame.net Revision Changes Path 1.107 +1 -1 src/sys/netinet/tcp_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message