Re: [PATCH] scsi: ibmvfc: replace deprecated strncpy with strscpy
From: "Martin K. Petersen" <martin.petersen@oracle.com>
Date: 2023-12-14 04:30:07
Also in:
linux-hardening, linux-scsi, lkml
From: "Martin K. Petersen" <martin.petersen@oracle.com>
Date: 2023-12-14 04:30:07
Also in:
linux-hardening, linux-scsi, lkml
On Mon, 30 Oct 2023 19:04:33 +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 these fields to be NUL-terminated as the property names from which they are derived are also NUL-terminated. [...]
Applied to 6.8/scsi-queue, thanks!
[1/1] scsi: ibmvfc: replace deprecated strncpy with strscpy
https://git.kernel.org/mkp/scsi/c/a9baa16b4fc1
--
Martin K. Petersen Oracle Linux Engineering