Messages in this thread |  | | From | David Woodhouse <> | Subject | Re: [CHECKER] error path memory leaks in 2.4.4 and 2.4.4-ac8 | Date | Thu, 24 May 2001 23:02:45 +0100 |
| |
engler@csl.Stanford.EDU said: > 1 | drivers/mtd/mtdchar.c > 1 | fs/jffs/jffs_fm.c > 2 | fs/jffs/intrep.c > 1 | drivers/mtd/slram.c > 1 | drivers/mtd/ftl.c > 1 | drivers/mtd/mtdram.c
These are all now either fixed or obsoleted in my tree, and I will send a patch to Linus shortly. Thankyou.
Do you find it useful to get a response such as this? Are you keeping track of the bugs you find? (Or is it simply reassuring to confirm that someone's paying attention? :)
engler@csl.Stanford.EDU said: > Here are 37 errors where variables >= 1024 bytes are allocated on a > function's stack. > 2 | fs/jffs2/compr_rtime.c
int positions[256];
I believe we can make that a short. Arjan?
-- dwmw2
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |