Re: [PATCH] batman-adv: Fix mem leak in thebatadv_tt_local_event() function

From: David Miller
Date: Wed Aug 08 2012 - 19:04:22 EST


From: Antonio Quartulli <ordex@xxxxxxxxxxxxx>
Date: Tue, 7 Aug 2012 20:50:36 +0200

> On Tue, Aug 07, 2012 at 08:32:34PM +0200, Jesper Juhl wrote:
>> Memory is allocated for 'tt_change_node' with kmalloc().
>> 'tt_change_node' may go out of scope really being used for anything
>> (except have a few members initialized) if we hit the 'del:' label.
>> This patch makes sure we free the memory in that case.
>>
>> Signed-off-by: Jesper Juhl <jj@xxxxxxxxxxxxx>
>
> Acked-by: Antonio Quartulli <ordex@xxxxxxxxxxxxx>

Applied, thanks.
--
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/