Re: [PATCH] pktgen: Fix memory leak in pktgen_if_write

From: Arnd Bergmann
Date: Wed Mar 14 2018 - 04:40:42 EST


On Wed, Mar 14, 2018 at 9:07 AM, Gustavo A. R. Silva
<gustavo@xxxxxxxxxxxxxx> wrote:
> _buf_ is an array and the one that must be freed is _tp_ instead.
>
> Fixes: a870a02cc963 ("pktgen: use dynamic allocation for debug print buffer")
> Reported-by: Wang Jian <jianjian.wang1@xxxxxxxxx>
> Signed-off-by: Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx>

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>

Thanks for fixing up my mistake so quickly, and thanks to Wang for the report

I was about to send the same patch, but you got there first.