[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<175565951349.3753798.16066239520689231223.git-patchwork-notify@kernel.org>
Date: Wed, 20 Aug 2025 03:11:53 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Miguel GarcĂa <miguelgarciaroman8@...il.com>@codeaurora.org
Cc: davem@...emloft.net, dsahern@...nel.org, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, horms@...nel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, skhan@...uxfoundation.org
Subject: Re: [PATCH net-next] ipv6: ip6_gre: replace strcpy with strscpy for
tunnel name
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Tue, 19 Aug 2025 00:02:03 +0200 you wrote:
> Replace the strcpy() call that copies the device name into
> tunnel->parms.name with strscpy(), to avoid potential overflow
> and guarantee NULL termination. This uses the two-argument
> form of strscpy(), where the destination size is inferred
> from the array type.
>
> Destination is tunnel->parms.name (size IFNAMSIZ).
>
> [...]
Here is the summary with links:
- [net-next] ipv6: ip6_gre: replace strcpy with strscpy for tunnel name
https://git.kernel.org/netdev/net-next/c/09bde6fdcd75
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