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: Thu, 07 May 2020 17:36:42 -0700 (PDT) From: David Miller <davem@...emloft.net> To: dan.carpenter@...cle.com Cc: claudiu.manoil@....com, Po.Liu@....com, netdev@...r.kernel.org, kernel-janitors@...r.kernel.org Subject: Re: [PATCH net-next] enetc: Fix use after free in stream_filter_unref() From: Dan Carpenter <dan.carpenter@...cle.com> Date: Tue, 5 May 2020 23:47:21 +0300 > This code frees "sfi" and then dereferences it on the next line. > > Fixes: 888ae5a3952b ("net: enetc: add tc flower psfp offload driver") > Signed-off-by: Dan Carpenter <dan.carpenter@...cle.com> This was fixed in another patch by using the local variable 'index'.
Powered by blists - more mailing lists