Re: [PATCH net] ppp: fix memory leak in pad_compress_skb
[email protected] Thu, 04 Sep 2025 14:40:31 +0000
| Newsgroups | gmane.linux.ppp,gmane.linux.network,gmane.linux.kernel |
|---|---|
| Message-ID | <175699683199.1834386.17531266818421769906.git-patchwork-notify@kernel.org> |
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <[email protected]>: 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