|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Big problem on linux 2.0
Subject: Re: Big problem on linux 2.0
From: visi0n (visi0n
AUX-TECH.ORG)
Date: Sat Dec 11 1999 - 16:57:51 CST
- Next message: Anthony D. Urso: "Re: Solaris sadmind Buffer Overflow Vulnerability"
- Previous message: visi0n: "Big problem on linux 2.0"
- In reply to: visi0n: "Big problem on linux 2.0"
- Next in thread: Andrea Arcangeli: "Re: Big problem on linux 2.0"
- Reply: visi0n: "Re: Big problem on linux 2.0"
- Reply: Andrea Arcangeli: "Re: Big problem on linux 2.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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]
- Next message: Anthony D. Urso: "Re: Solaris sadmind Buffer Overflow Vulnerability"
- Previous message: visi0n: "Big problem on linux 2.0"
- In reply to: visi0n: "Big problem on linux 2.0"
- Next in thread: Andrea Arcangeli: "Re: Big problem on linux 2.0"
- Reply: visi0n: "Re: Big problem on linux 2.0"
- Reply: Andrea Arcangeli: "Re: Big problem on linux 2.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This archive was generated by hypermail 2b27 : Mon Dec 13 1999 - 15:58:03 CST