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: Thu, 03 Jun 2021 21:30:07 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Kees Cook <keescook@...omium.org> Cc: davem@...emloft.net, kuba@...nel.org, f.fainelli@...il.com, zhudi21@...wei.com, pablo@...filter.org, xiyou.wangcong@...il.com, ap420073@...il.com, gustavoars@...nel.org, nbd@....name, eranbe@...dia.com, linux-kernel@...r.kernel.org, netdev@...r.kernel.org, linux-hardening@...r.kernel.org Subject: Re: [PATCH] net: vlan: Avoid using strncpy() Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 2 Jun 2021 13:27:41 -0700 you wrote: > Use strscpy_pad() instead of strncpy() which is considered deprecated: > https://www.kernel.org/doc/html/latest/process/deprecated.html#strncpy-on-nul-terminated-strings > > Signed-off-by: Kees Cook <keescook@...omium.org> > --- > net/8021q/vlan.c | 3 ++- > net/8021q/vlan.h | 3 ++- > net/8021q/vlan_dev.c | 6 +++--- > 3 files changed, 7 insertions(+), 5 deletions(-) Here is the summary with links: - net: vlan: Avoid using strncpy() https://git.kernel.org/netdev/net-next/c/9c153d388976 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