I did a little patch for kernel 2.0.38:
+++ socket.c Thu Dec 9 21:06:51 1999
@@ -1039,7 +1039,7 @@
register struct msghdr msg;
register struct iovec iov;
- if (len < 0)
+ if (len < 0 || len >= 65468)
return -EINVAL;
err = verify_area(VERIFY_READ, buff, len);
===============================================================================
visi0n
AUX Technologies
[www.aux-tech.org]
- Re: Big problem on linux 2.0 visi0n
- Re: Big problem on linux 2.0 visi0n
- Re: Big problem on linux 2.0 Andrea Arcangeli
