Re: [PATCH v3 0/7] scsi: replace deprecated strncpy
Justin, > This series contains multiple replacements of strncpy throughout the > scsi subsystem. I've queued this up for 6.10. -- Martin K. Petersen Oracle Linux Engineering
[PATCH v3 0/7] scsi: replace deprecated strncpy
This series contains multiple replacements of strncpy throughout the scsi subsystem. strncpy() is deprecated for use on NUL-terminated destination strings [1] and as such we should prefer more robust and less ambiguous string interfaces. The details of each replacement will be in their respective