From: patchwork-bot+netdevbpf@kernel.org
To: None <tomasz.unger@yahoo.pl>
Cc: krzk@kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org,
krzysztof.kozlowski@oss.qualcomm.com
Subject: Re: [PATCH net-next v3] NFC: s3fwrn5: Replace strcpy() with strscpy()
Date: Wed, 04 Mar 2026 01:30:32 +0000 [thread overview]
Message-ID: <177258783279.1546050.3131189679852517147.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260302100908.26399-1-tomasz.unger@yahoo.pl>
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 2 Mar 2026 11:09:08 +0100 you wrote:
> From: Tomasz Unger <tomasz.unger@yahoo.pl>
>
> Replace strcpy() with strscpy() which limits the copy to the size of
> the destination buffer. Since fw_info->fw_name is an array with a
> fixed, declared size, the two-argument variant of strscpy() is used -
> the compiler deduces the buffer size automatically.
>
> [...]
Here is the summary with links:
- [net-next,v3] NFC: s3fwrn5: Replace strcpy() with strscpy()
https://git.kernel.org/netdev/net-next/c/8ce185c7e00d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2026-03-04 1:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260302100908.26399-1-tomasz.unger.ref@yahoo.pl>
2026-03-02 10:09 ` [PATCH net-next v3] NFC: s3fwrn5: Replace strcpy() with strscpy() tomasz.unger
2026-03-04 1:30 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=177258783279.1546050.3131189679852517147.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=krzk@kernel.org \
--cc=krzysztof.kozlowski@oss.qualcomm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=tomasz.unger@yahoo.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.