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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: 
 <175276320676.1955911.2458050765947008599.git-patchwork-notify@kernel.org>
Date: Thu, 17 Jul 2025 14:40:06 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Nathan Chancellor <nathan@...nel.org>
Cc: courmisch@...il.com, davem@...emloft.net, edumazet@...gle.com,
 kuba@...nel.org, pabeni@...hat.com, horms@...nel.org, kuniyu@...gle.com,
 netdev@...r.kernel.org, llvm@...ts.linux.dev, patches@...ts.linux.dev,
 stable@...r.kernel.org
Subject: Re: [PATCH net] phonet/pep: Move call to pn_skb_get_dst_sockaddr()
 earlier in pep_sock_accept()

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:

On Tue, 15 Jul 2025 16:15:40 -0700 you wrote:
> A new warning in clang [1] points out a place in pep_sock_accept() where
> dst is uninitialized then passed as a const pointer to pep_find_pipe():
> 
>   net/phonet/pep.c:829:37: error: variable 'dst' is uninitialized when passed as a const pointer argument here [-Werror,-Wuninitialized-const-pointer]
>     829 |         newsk = pep_find_pipe(&pn->hlist, &dst, pipe_handle);
>         |                                            ^~~:
> 
> [...]

Here is the summary with links:
  - [net] phonet/pep: Move call to pn_skb_get_dst_sockaddr() earlier in pep_sock_accept()
    https://git.kernel.org/netdev/net/c/17ba793f381e

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ