Date: Sat, 11 Mar 2000 03:20:54 -0800 (PST) From: Yoshinobu Inoue <shin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c Message-ID: <200003111120.DAA69194@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003111120.DAA69194>