Re: [PATCH] scsi: bnx2fc: replace deprecated strncpy with strscpy
From: Martin K. Petersen
Date: Fri Nov 24 2023 - 21:54:42 EST
On Mon, 23 Oct 2023 20:12:22 +0000, Justin Stitt 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 hba->chip_num to be NUL-terminated based on its usage with
> format strings:
>
> [...]
Applied to 6.8/scsi-queue, thanks!
[1/1] scsi: bnx2fc: replace deprecated strncpy with strscpy
https://git.kernel.org/mkp/scsi/c/b04a2eff9e9c
--
Martin K. Petersen Oracle Linux Engineering