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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 13 Apr 2022 11:30:11 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Martin Willi <martin@...ongswan.org> Cc: kuba@...nel.org, davem@...emloft.net, pabeni@...hat.com, kernel@...ekman.nl, netdev@...r.kernel.org Subject: Re: [PATCH net] macvlan: Fix leaking skb in source mode with nodst option Hello: This patch was applied to netdev/net.git (master) by David S. Miller <davem@...emloft.net>: On Tue, 12 Apr 2022 11:34:57 +0200 you wrote: > The MACVLAN receive handler clones skbs to all matching source MACVLAN > interfaces, before it passes the packet along to match on destination > based MACVLANs. > > When using the MACVLAN nodst mode, passing the packet to destination based > MACVLANs is omitted and the handler returns with RX_HANDLER_CONSUMED. > However, the passed skb is not freed, leaking for any packet processed > with the nodst option. > > [...] Here is the summary with links: - [net] macvlan: Fix leaking skb in source mode with nodst option https://git.kernel.org/netdev/net/c/e16b859872b8 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