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: Mon, 28 Mar 2022 23:30:12 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Xiaomeng Tong <xiam0nd.tong@...il.com> Cc: f.fainelli@...il.com, andrew@...n.ch, vivien.didelot@...il.com, olteanv@...il.com, davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] net: dsa: bcm_sf2_cfp: fix an incorrect NULL check on list iterator Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski <kuba@...nel.org>: On Mon, 28 Mar 2022 11:24:31 +0800 you wrote: > The bug is here: > return rule; > > The list iterator value 'rule' will *always* be set and non-NULL > by list_for_each_entry(), so it is incorrect to assume that the > iterator value will be NULL if the list is empty or no element > is found. > > [...] Here is the summary with links: - net: dsa: bcm_sf2_cfp: fix an incorrect NULL check on list iterator https://git.kernel.org/netdev/net/c/6da69b1da130 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