Re: [PATCH] bnx2x: fix potential memory leak in bnx2x_tpa_stop()

From: patchwork-bot+netdevbpf
Date: Mon Oct 03 2022 - 07:50:30 EST


Hello:

This patch was applied to netdev/net.git (master)
by David S. Miller <davem@xxxxxxxxxxxxx>:

On Fri, 30 Sep 2022 14:28:43 +0800 you wrote:
> bnx2x_tpa_stop() allocates a memory chunk from new_data with
> bnx2x_frag_alloc(). The new_data should be freed when gets some error.
> But when "pad + len > fp->rx_buf_size" is true, bnx2x_tpa_stop() returns
> without releasing the new_data, which will lead to a memory leak.
>
> We should free the new_data with bnx2x_frag_free() when "pad + len >
> fp->rx_buf_size" is true.
>
> [...]

Here is the summary with links:
- bnx2x: fix potential memory leak in bnx2x_tpa_stop()
https://git.kernel.org/netdev/net/c/b43f9acbb894

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html