Linux SCSI subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/8] scsi: Use scnprintf() for avoiding potential buffer overflow
@ 2020-03-11  9:16 Takashi Iwai
  2020-03-11  9:16 ` [PATCH 1/8] scsi: aacraid: " Takashi Iwai
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Takashi Iwai @ 2020-03-11  9:16 UTC (permalink / raw)
  To: James E . J . Bottomley, Martin K . Petersen; +Cc: linux-scsi

Hi,

here is a series of trivial patches just to convert suspicious
snprintf() usages with the more safer one, scnprintf().


Takashi

===

Takashi Iwai (8):
  scsi: aacraid: Use scnprintf() for avoiding potential buffer overflow
  scsi: be2iscsi: Use scnprintf() for avoiding potential buffer overflow
  scsi: fnic: Use scnprintf() for avoiding potential buffer overflow
  scsi: gdth: Use scnprintf() for avoiding potential buffer overflow
  scsi: ipr: Use scnprintf() for avoiding potential buffer overflow
  scsi: megaraid_sas: Use scnprintf() for avoiding potential buffer
    overflow
  scsi: core: Use scnprintf() for avoiding potential buffer overflow
  scsi: smartpqi: Use scnprintf() for avoiding potential buffer overflow

 drivers/scsi/aacraid/linit.c              | 10 +++---
 drivers/scsi/be2iscsi/be_mgmt.c           |  8 ++---
 drivers/scsi/fnic/fnic_trace.c            | 58 +++++++++++++++----------------
 drivers/scsi/gdth_proc.c                  |  2 +-
 drivers/scsi/ipr.c                        |  6 ++--
 drivers/scsi/megaraid/megaraid_sas_base.c |  3 +-
 drivers/scsi/scsi_sysfs.c                 |  6 ++--
 drivers/scsi/smartpqi/smartpqi_init.c     | 22 ++++++------
 8 files changed, 58 insertions(+), 57 deletions(-)

-- 
2.16.4


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

end of thread, other threads:[~2020-03-13  5:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-11  9:16 [PATCH 0/8] scsi: Use scnprintf() for avoiding potential buffer overflow Takashi Iwai
2020-03-11  9:16 ` [PATCH 1/8] scsi: aacraid: " Takashi Iwai
2020-03-13  5:47   ` Balsundar.P
2020-03-11  9:16 ` [PATCH 2/8] scsi: be2iscsi: " Takashi Iwai
2020-03-11  9:16 ` [PATCH 3/8] scsi: fnic: " Takashi Iwai
2020-03-11  9:16 ` [PATCH 4/8] scsi: gdth: " Takashi Iwai
2020-03-11  9:16 ` [PATCH 5/8] scsi: ipr: " Takashi Iwai
2020-03-11  9:16 ` [PATCH 6/8] scsi: megaraid_sas: " Takashi Iwai
2020-03-11  9:16 ` [PATCH 7/8] scsi: core: " Takashi Iwai
2020-03-11 15:12   ` Bart Van Assche
2020-03-12  9:25   ` John Garry
2020-03-12 11:40     ` Takashi Iwai
2020-03-11  9:16 ` [PATCH 8/8] scsi: smartpqi: " Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox