On Mon, 23 Oct 2023 20:20:14 +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.
> 
> These labels get copied out to the user so lets make sure they are
> NUL-terminated and NUL-padded.
> 
> [...]

Applied to 6.8/scsi-queue, thanks!

[1/1] scsi: ch: replace deprecated strncpy with strscpy
      https://git.kernel.org/mkp/scsi/c/dc7a7f10e673

-- 
Martin K. Petersen      Oracle Linux Engineering

Reply via email to