All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] scsi: core: fix uninit-value access of variable sshdr
@ 2019-10-17  6:19 zhengbin
  2019-10-17  6:19 ` [PATCH v4 1/2] sr: need to check whether sshdr is valid in sr_do_ioctl zhengbin
  2019-10-17  6:19 ` [PATCH v4 2/2] scsi: core: fix uninit-value access of variable sshdr zhengbin
  0 siblings, 2 replies; 8+ messages in thread
From: zhengbin @ 2019-10-17  6:19 UTC (permalink / raw)
  To: bvanassche, jejb, martin.petersen, linux-scsi; +Cc: yi.zhang, zhengbin13

v1->v2: modify the comments suggested by Bart
v2->v3: fix bug in sr_do_ioctl
v3->v4: let "fix bug in sr_do_ioctl" be a separate patch

zhengbin (2):
  sr: need to check whether sshdr is valid in sr_do_ioctl
  scsi: core: fix uninit-value access of variable sshdr

 drivers/scsi/scsi_lib.c | 7 +++++++
 drivers/scsi/sr_ioctl.c | 5 +++++
 2 files changed, 12 insertions(+)

--
2.7.4


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

end of thread, other threads:[~2019-10-18  9:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-17  6:19 [PATCH v4 0/2] scsi: core: fix uninit-value access of variable sshdr zhengbin
2019-10-17  6:19 ` [PATCH v4 1/2] sr: need to check whether sshdr is valid in sr_do_ioctl zhengbin
2019-10-18  2:12   ` Martin K. Petersen
2019-10-18  2:38     ` Martin K. Petersen
2019-10-17  6:19 ` [PATCH v4 2/2] scsi: core: fix uninit-value access of variable sshdr zhengbin
2019-10-18  2:40   ` Martin K. Petersen
2019-10-18  2:46     ` zhengbin (A)
2019-10-18  2:50       ` 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.