From owner-cvs-sys Thu Dec 18 20:07:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA19068 for cvs-sys-outgoing; Thu, 18 Dec 1997 20:07:23 -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 UAA18975; Thu, 18 Dec 1997 20:06:49 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA11282; Thu, 18 Dec 1997 19:50:52 -0800 (PST) Date: Thu, 18 Dec 1997 19:50:52 -0800 (PST) Message-Id: <199712190350.TAA11282@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcp_subr.c ip_fw.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1997/12/18 19:50:52 PST Modified files: (Branch: RELENG_2_2) sys/netinet tcp_subr.c ip_fw.c Log: Obtained from: Whistle production tree MFC: Fix horrendous kernel stack overwrite bug when ipwf was used to implement the ""reset tcp" firewall command. Add a comment in the tcp code to stop others ever making the same mistake. Revision Changes Path 1.31.2.4 +3 -1 src/sys/netinet/tcp_subr.c 1.51.2.7 +10 -9 src/sys/netinet/ip_fw.c