Re: [PATCH net-next v2] NFC: s3fwrn5: Replace strcpy() with strscpy()
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2026-03-02 09:06:52
Also in:
lkml
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2026-03-02 09:06:52
Also in:
lkml
On 01/03/2026 18:49, tomasz.unger@yahoo.pl wrote:
From: Tomasz Unger <redacted> 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