Re: memory leak in net/sched/ipt.c?

From: Thomas Graf
Date: Wed Mar 23 2005 - 07:56:43 EST


* jamal <1111581618.1088.72.camel@xxxxxxxxxxxxxxxx> 2005-03-23 07:40
> On Wed, 2005-03-23 at 06:30, Herbert Xu wrote:
> > Yichen Xie <yxie@xxxxxxxxxxxxxxx> wrote:
> > > Is the memory block allocated on line 315 leaked every time tcp_ipt_dump
> > > is called?
> >
> > It seems to be. This patch should free it.
> >
> > Signed-off-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>

> Just a small correction to patchlet:
> The second kfree should check for existence of t.

t is either valid or NULL so it's not a problem, unless you want
to create janitor work of course. ;->
-
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/