Re: [PATCH net-next v2] NFC: s3fwrn5: Replace strcpy() with strscpy()
From: Krzysztof Kozlowski
Date: Mon Mar 02 2026 - 04:09:47 EST
On 01/03/2026 18:49, tomasz.unger@xxxxxxxx wrote:
> From: Tomasz Unger <tomasz.unger@xxxxxxxx>
>
> 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
Please wrap commit message according to Linux coding style / submission
process (neither too early nor over the limit):
https://elixir.bootlin.com/linux/v6.4-rc1/source/Documentation/process/submitting-patches.rst#L597
Best regards,
Krzysztof