Re: Big problem on linux 2.0

From: visi0n (visi0n@AUX-TECH.ORG)
Date: Sat Dec 11 1999 - 14:57:51 PST

  • Next message: Jake Luck: "64bit Sol7 on Ultra1 < 200mhz bug"

    	In my last mail I'd posted a patch for kernel 2.0.38, that  was
    made against a modified socket.c you need this one for the original kernel
    (2.0.38). Sorry...
    
    @@ -966,8 +966,9 @@
            struct msghdr msg;
            struct iovec iov;
    
    -       if(len<0)
    +       if(len < 0 || len >= 65468)
                    return -EINVAL;
    +
            err=verify_area(VERIFY_READ,buff,len);
            if(err)
                    return err;
    
    
    ===============================================================================
    visi0n
    AUX Technologies
    [www.aux-tech.org]
    



    This archive was generated by hypermail 2b30 : Fri Apr 13 2001 - 15:20:37 PDT