All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] scsi: Use scnprintf() for avoiding potential buffer overflow
@ 2020-03-15  9:42 Takashi Iwai
  2020-03-15  9:42 ` [PATCH v2 1/8] scsi: aacraid: " Takashi Iwai
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Takashi Iwai @ 2020-03-15  9:42 UTC (permalink / raw)
  To: linux-scsi

Hi,

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

v1->v2: Align the remaining lines to the open parenthesis


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              | 17 ++++-----
 drivers/scsi/be2iscsi/be_mgmt.c           | 20 +++++------
 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 |  7 ++--
 drivers/scsi/scsi_sysfs.c                 | 10 +++---
 drivers/scsi/smartpqi/smartpqi_init.c     | 22 ++++++------
 8 files changed, 72 insertions(+), 70 deletions(-)

-- 
2.16.4


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

end of thread, other threads:[~2020-03-17 17:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-15  9:42 [PATCH v2 0/8] scsi: Use scnprintf() for avoiding potential buffer overflow Takashi Iwai
2020-03-15  9:42 ` [PATCH v2 1/8] scsi: aacraid: " Takashi Iwai
2020-03-15  9:42 ` [PATCH v2 2/8] scsi: be2iscsi: " Takashi Iwai
2020-03-15  9:42 ` [PATCH v2 3/8] scsi: fnic: " Takashi Iwai
2020-03-15  9:42 ` [PATCH v2 4/8] scsi: gdth: " Takashi Iwai
2020-03-15  9:42 ` [PATCH v2 5/8] scsi: ipr: " Takashi Iwai
2020-03-15  9:42 ` [PATCH v2 6/8] scsi: megaraid_sas: " Takashi Iwai
2020-03-15  9:42 ` [PATCH v2 7/8] scsi: core: " Takashi Iwai
2020-03-15  9:42 ` [PATCH v2 8/8] scsi: smartpqi: " Takashi Iwai
2020-03-17 17:37 ` [PATCH v2 0/8] scsi: " Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.