[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<175699683199.1834386.17531266818421769906.git-patchwork-notify@kernel.org>
Date: Thu, 04 Sep 2025 14:40:31 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Qingfang Deng <dqfext@...il.com>
Cc: andrew+netdev@...n.ch, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, paulus@...abs.org, Matt_Domsch@...l.com,
akpm@...l.org, Brice.Goglin@...-lyon.org, linux-ppp@...r.kernel.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net] ppp: fix memory leak in pad_compress_skb
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Wed, 3 Sep 2025 18:07:26 +0800 you wrote:
> If alloc_skb() fails in pad_compress_skb(), it returns NULL without
> releasing the old skb. The caller does:
>
> skb = pad_compress_skb(ppp, skb);
> if (!skb)
> goto drop;
>
> [...]
Here is the summary with links:
- [net] ppp: fix memory leak in pad_compress_skb
https://git.kernel.org/netdev/net/c/4844123fe0b8
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists