On Thu, 26 Oct 2023 01:53:13 +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. > > To keep node->current_state_name and node->prev_state_name NUL-padded > and NUL-terminated let's use strscpy_pad() as this implicitly provides > both. > > [...] Applied to 6.8/scsi-queue, thanks! [1/1] scsi: elx: libefc: replace deprecated strncpy with strscpy_pad/memcpy https://git.kernel.org/mkp/scsi/c/1057f44137c5 -- Martin K. Petersen Oracle Linux Engineering