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