linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] scsi: Replace strlcpy with strscpy
@ 2023-06-21  3:00 Azeem Shaikh
  2023-06-21  3:00 ` [PATCH 1/2] " Azeem Shaikh
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Azeem Shaikh @ 2023-06-21  3:00 UTC (permalink / raw)
  To: James E.J. Bottomley, Martin K. Petersen, Bodo Stroesser
  Cc: linux-hardening, Azeem Shaikh, linux-scsi, linux-kernel

This patch series replaces strlcpy in the scsi subsystem wherever trivial
replacement is possible, i.e return value from strlcpy is unused. The patches
themselves are independent of each other and are included as a series for
ease of review. 

Azeem Shaikh (2):
  scsi: Replace strlcpy with strscpy
  scsi: target: tcmu: Replace strlcpy with strscpy

 drivers/scsi/ncr53c8xx.c          | 2 +-
 drivers/target/target_core_user.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.41.0.162.gfafddb0af9-goog


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-06-29  2:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-21  3:00 [PATCH 0/2] scsi: Replace strlcpy with strscpy Azeem Shaikh
2023-06-21  3:00 ` [PATCH 1/2] " Azeem Shaikh
2023-06-21 18:09   ` Kees Cook
2023-06-21  3:00 ` [PATCH 2/2] scsi: target: tcmu: " Azeem Shaikh
2023-06-21 18:09   ` Kees Cook
2023-06-22  1:13 ` [PATCH 0/2] scsi: " Martin K. Petersen
2023-06-29  2:41 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).