Thread (2 messages) flat view 2 messages, 2 authors, 2021-06-03

Re: [PATCH v3] net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()

From: patchwork-bot+netdevbpf@kernel.org
Date: 2021-06-03 21:30:12
Also in: linux-hardening, lkml

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Wed,  2 Jun 2021 13:58:20 -0700 you wrote:
Silence this warning by using strscpy_pad() directly:

drivers/net/bonding/bond_main.c:4877:3: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
    4877 |   strncpy(params->primary, primary, IFNAMSIZ);
         |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Additionally replace other strncpy() uses, as it is considered deprecated:
https://www.kernel.org/doc/html/latest/process/deprecated.html#strncpy-on-nul-terminated-strings

[...]
Here is the summary with links:
  - [v3] net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()
    https://git.kernel.org/netdev/net-next/c/43902070fb7b

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help