hello,
in fs/devfs/base.c,
the struct devfsd_notify_struct is approx 1056 bytes, allocating it on
a stack of 8k seems unreasonable. here we simply move it to the heap, i
don't think it is a _must_ be on stack type thing
-aki-
--- fs/devfs/base.c.origTue Apr 17 15:04:10 2001
+++ fs/dev
Hey All,
Here are a few bug fixes in net/wanrouter/wanmain.c
line 765: use var conf of size 1272 bytes on the stack
line 617: use freed ptr conf
line 803: forget to free pppdev before aborting during another null check
Thanks!
-aki-
--- net/wanrouter/wanmain.c.origThu Apr 12 12:11:39
ystem instability and lack of resources.
Thanks!
-Akash Jain
--- net/wanrouter/wanproc.c.origThu Apr 12 12:11:39 2001
+++ net/wanrouter/wanproc.c Thu May 17 12:52:05 2001
@@ -267,8 +267,10 @@
offs = file->f_pos;
if (offs < pos) {
a, xc.data, xc.len)){
+ kfree(data);
+ return -EFAULT;
+ }
printk("%s: Starting load of data Len: %d at 0x%p == 0x%p\n",
dev->name, xc.len, xc.data, data)
Thanks!
-Akash Jain
-
To unsubscribe from this list: s
4 matches
Mail list logo