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: Mon, 04 Jul 2022 09:30:13 +0000 From: patchwork-bot+netdevbpf@...nel.org To: XueBing Chen <chenxuebing@...i.cn> Cc: davem@...emloft.net, yoshfuji@...ux-ipv6.org, dsahern@...nel.org, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] net: ipconfig: use strscpy to replace strlcpy Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller <davem@...emloft.net>: On Fri, 1 Jul 2022 18:55:17 +0800 (GMT+08:00) you wrote: > The strlcpy should not be used because it doesn't limit the source > length. Preferred is strscpy. > > Signed-off-by: XueBing Chen <chenxuebing@...i.cn> > --- > net/ipv4/ipconfig.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Here is the summary with links: - net: ipconfig: use strscpy to replace strlcpy https://git.kernel.org/netdev/net-next/c/634b215b7307 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