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: <166390082032.27582.9058046418787346317.git-patchwork-notify@kernel.org> Date: Fri, 23 Sep 2022 02:40:20 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Li Zhong <floridsleeves@...il.com> Cc: netdev@...r.kernel.org, pabeni@...hat.com, kuba@...nel.org, edumazet@...gle.com, davem@...emloft.net Subject: Re: [PATCH net-next v3] ethtool: tunnels: check the return value of nla_nest_start() Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@...nel.org>: On Wed, 21 Sep 2022 11:17:16 -0700 you wrote: > Check the return value of nla_nest_start(). When starting the entry > level nested attributes, if the tailroom of socket buffer is > insufficient to store the attribute header and payload, the return value > will be NULL. It will cause null pointer dereference when entry is used > in nla_nest_end(). > > Signed-off-by: Li Zhong <floridsleeves@...il.com> > > [...] Here is the summary with links: - [net-next,v3] ethtool: tunnels: check the return value of nla_nest_start() https://git.kernel.org/netdev/net-next/c/05cd823863fd 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