[PATCH] fs/devfs/base.c

2001-05-27 Thread Akash Jain
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

[PATCH] net/wanrouter/wanmain.c

2001-05-27 Thread Akash Jain
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

[PATCH] net/wanrouter/wanproc.c

2001-05-22 Thread Akash Jain
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) {

[PATCH]drivers/net/wan/lmc/lmc_main.c

2001-05-21 Thread Akash Jain
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