lkml.org 
[lkml]   [2023]   [Oct]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] nfp: replace deprecated strncpy with strscpy
From
Date
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 11 Oct 2023 21:48:39 +0000 you wrote:
> strncpy() is deprecated for use on NUL-terminated destination strings
> [1] and as such we should prefer more robust and less ambiguous string
> interfaces.
>
> We expect res->name to be NUL-terminated based on its usage with format
> strings:
> | dev_err(cpp->dev.parent, "Dangling area: %d:%d:%d:0x%0llx-0x%0llx%s%s\n",
> | NFP_CPP_ID_TARGET_of(res->cpp_id),
> | NFP_CPP_ID_ACTION_of(res->cpp_id),
> | NFP_CPP_ID_TOKEN_of(res->cpp_id),
> | res->start, res->end,
> | res->name ? " " : "",
> | res->name ? res->name : "");
> ... and with strcmp()
> | if (!strcmp(res->name, NFP_RESOURCE_TBL_NAME)) {
>
> [...]

Here is the summary with links:
- nfp: replace deprecated strncpy with strscpy
https://git.kernel.org/netdev/net-next/c/d273e99b5623

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


\
 
 \ /
  Last update: 2023-10-14 02:20    [W:0.047 / U:0.384 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site