Hello: This patch was applied to netdev/net-next.git (refs/heads/master):
On Thu, 12 Nov 2020 17:34:42 +0800 you wrote: > From: Wenlin Kang <wenlin.k...@windriver.com> > > Replace strncpy() with strscpy(), fixes the following warning: > > In function 'bearer_name_validate', > inlined from 'tipc_enable_bearer' at net/tipc/bearer.c:246:7: > net/tipc/bearer.c:141:2: warning: 'strncpy' specified bound 32 equals > destination size [-Wstringop-truncation] > strncpy(name_copy, name, TIPC_MAX_BEARER_NAME); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > [...] Here is the summary with links: - tipc: fix -Wstringop-truncation warnings https://git.kernel.org/netdev/net-next/c/2f51e5758d61 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html