[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <160530660536.10508.1390520498145841572.git-patchwork-notify@kernel.org>
Date: Fri, 13 Nov 2020 22:30:05 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Kang Wenlin <wenlin.kang@...driver.com>
Cc: jmaloy@...hat.com, ying.xue@...driver.com, davem@...emloft.net,
kuba@...nel.org, netdev@...r.kernel.org,
tipc-discussion@...ts.sourceforge.net, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] tipc: fix -Wstringop-truncation warnings
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.kang@...driver.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
Powered by blists - more mailing lists