lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <166376161606.20264.11965749848090373345.git-patchwork-notify@kernel.org> Date: Wed, 21 Sep 2022 12:00:16 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Jianglei Nie <niejianglei2021@....com> Cc: irusskikh@...vell.com, davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] net: atlantic: fix potential memory leak in aq_ndev_close() Hello: This patch was applied to netdev/net.git (master) by David S. Miller <davem@...emloft.net>: On Wed, 14 Sep 2022 09:42:38 +0800 you wrote: > If aq_nic_stop() fails, aq_ndev_close() returns err without calling > aq_nic_deinit() to release the relevant memory and resource, which > will lead to a memory leak. > > We can fix it by deleting the if condition judgment and goto statement to > call aq_nic_deinit() directly after aq_nic_stop() to fix the memory leak. > > [...] Here is the summary with links: - net: atlantic: fix potential memory leak in aq_ndev_close() https://git.kernel.org/netdev/net/c/65e5d27df612 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