[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<172496103078.2069528.3343735639041200651.git-patchwork-notify@kernel.org>
Date: Thu, 29 Aug 2024 19:50:30 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Hongbo Li <lihongbo22@...wei.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, dsahern@...nel.org, ralf@...ux-mips.org,
jmaloy@...hat.com, ying.xue@...driver.com, dan.carpenter@...aro.org,
netdev@...r.kernel.org, linux-hams@...r.kernel.org,
netfilter-devel@...r.kernel.org
Subject: Re: [PATCH net-next v2 0/6] replace deprecated strcpy with strscpy
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Wed, 28 Aug 2024 20:32:18 +0800 you wrote:
> The deprecated helper strcpy() performs no bounds checking on the
> destination buffer. This could result in linear overflows beyond
> the end of the buffer, leading to all kinds of misbehaviors.
> The safe replacement is strscpy() [1].
>
> Link: https://www.kernel.org/doc/html/latest/process/deprecated.html#strcpy [1]
>
> [...]
Here is the summary with links:
- [net-next,v2,1/6] net: prefer strscpy over strcpy
https://git.kernel.org/netdev/net-next/c/68016b997222
- [net-next,v2,2/6] net/ipv6: replace deprecated strcpy with strscpy
https://git.kernel.org/netdev/net-next/c/b19f69a95830
- [net-next,v2,3/6] net/netrom: prefer strscpy over strcpy
https://git.kernel.org/netdev/net-next/c/597be7bd17c3
- [net-next,v2,4/6] net/netfilter: replace deprecated strcpy with strscpy
(no matching commit)
- [net-next,v2,5/6] net/tipc: replace deprecated strcpy with strscpy
https://git.kernel.org/netdev/net-next/c/af1052fd49cc
- [net-next,v2,6/6] net/ipv4: net: prefer strscpy over strcpy
https://git.kernel.org/netdev/net-next/c/82183b03de5f
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