From owner-freebsd-security Tue Oct 27 00:38:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA26703 for freebsd-security-outgoing; Tue, 27 Oct 1998 00:38:56 -0800 (PST) (envelope-from owner-freebsd-security@FreeBSD.ORG) Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA26698 for ; Tue, 27 Oct 1998 00:38:55 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id AAA22182; Tue, 27 Oct 1998 00:33:33 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id AAA16619; Tue, 27 Oct 1998 00:33:32 -0800 (PST) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id AAA01115; Tue, 27 Oct 1998 00:33:30 -0800 (PST) From: Don Lewis Message-Id: <199810270833.AAA01115@salsa.gv.tsc.tdk.com> Date: Tue, 27 Oct 1998 00:33:30 -0800 In-Reply-To: Fedor Gubarev "Re: nestea v2 against freebsd 3.0-Release" (Oct 27, 9:46am) X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: Fedor Gubarev , freebsd-security@FreeBSD.ORG Subject: Re: nestea v2 against freebsd 3.0-Release Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Oct 27, 9:46am, Fedor Gubarev wrote: } Subject: Re: nestea v2 against freebsd 3.0-Release } } I wonder why there is no response at all on this mail. } It seems a little bit surprising at least..... I posted a couple of potential patches for this to the -current list about 24 and 48 hours ago. The following is the first patch (the second has the same fix plus some optimization). --- ip_input.c.orig Fri Oct 23 02:17:19 1998 +++ ip_input.c Sun Oct 25 01:50:20 1998 @@ -750,7 +750,7 @@ * if they are completely covered, dequeue them. */ for (; q != NULL && ip->ip_off + ip->ip_len > GETIP(q)->ip_off; - p = q, q = nq) { + q = nq) { i = (ip->ip_off + ip->ip_len) - GETIP(q)->ip_off; if (i < GETIP(q)->ip_len) { } On Fri, 23 Oct 1998, Gilles Bruno } wrote: } } > Hi everyone, } > we tested yesterday the old nestea v2 against a brand new } > 3.0-Release : it has prooved to be effective against it } > (the box rebooted - invalid page fault while in kernel } > mode). The same test against 2.2.[6,7]-Release didn't harm } > at all. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message