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: <168388262137.3920.1330834492964547112.git-patchwork-notify@kernel.org> Date: Fri, 12 May 2023 09:10:21 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Eric Dumazet <edumazet@...gle.com> Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, dsahern@...nel.org, netdev@...r.kernel.org, eric.dumazet@...il.com, atenart@...nel.org Subject: Re: [PATCH net] tcp: fix possible sk_priority leak in tcp_v4_send_reset() Hello: This patch was applied to netdev/net.git (main) by David S. Miller <davem@...emloft.net>: On Thu, 11 May 2023 11:47:49 +0000 you wrote: > When tcp_v4_send_reset() is called with @sk == NULL, > we do not change ctl_sk->sk_priority, which could have been > set from a prior invocation. > > Change tcp_v4_send_reset() to set sk_priority and sk_mark > fields before calling ip_send_unicast_reply(). > > [...] Here is the summary with links: - [net] tcp: fix possible sk_priority leak in tcp_v4_send_reset() https://git.kernel.org/netdev/net/c/1e306ec49a1f 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