Re: nestea v2 against freebsd 3.0-Release

From: Aleph One (aleph1at_private)
Date: Tue Oct 27 1998 - 09:03:17 PST

  • Next message: Serge Orlov: "Multi-stack allocator: another way to prevent stack smashing"

    ---------- Forwarded message ----------
    Date: Tue, 27 Oct 1998 00:33:30 -0800
    From: Don Lewis <Don.Lewisat_private>
    To: Fedor Gubarev <Fedor.Gubarevat_private>,
        freebsd-securityat_private
    Subject: Re: nestea v2 against freebsd 3.0-Release
    
    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 <Gilles.Bruno@ujf-grenoble.fr>
    } 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 majordomoat_private
    with "unsubscribe freebsd-security" in the body of the message
    



    This archive was generated by hypermail 2b30 : Fri Apr 13 2001 - 14:21:13 PDT