Re: [PATCH] fix memory leak in UBI scanning unit

From: Jesper Juhl
Date: Tue Jun 12 2007 - 18:21:55 EST


On 10/05/07, Artem Bityutskiy <dedekind@xxxxxxxxxxxxx> wrote:
On Thu, 2007-05-10 at 00:26 +0200, Jesper Juhl wrote:
> In drivers/mtd/ubi/scan.c::paranoid_check_si() there's a memory leak.
> If the call
> err = ubi_io_is_bad(ubi, pnum);
> returns <0, then we'll return with out freeing (and thus leak) buf.
> This patch eliminates the memory leak by freeing buf before returning.
>
> Problem spotted by the Coverity checker.

It was already reported and fixed in our git tree. But thanks anyway.

Any idea when you'll be merging with Linus?
I just checked mainline git and the bug is still there :-(

--
Jesper Juhl <jesper.juhl@xxxxxxxxx>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/