mbox series

[0/2] sd_zbc fixes

Message ID 20220530014341.115427-1-damien.lemoal@opensource.wdc.com (mailing list archive)
Headers show
Series sd_zbc fixes | expand

Message

Damien Le Moal May 30, 2022, 1:43 a.m. UTC
A couple of patches to fix 2 issues with the zbc code:
* A potential NULL pointer dereference in sd_is_zoned(), if that
  function is called when sdkp->device is not yet set (e.g. if an error
  happen early in sd_probe()).
* Make sure that sdkp zone information memory is never leaked.

Damien Le Moal (2):
  scsi: sd: Fix potential NULL pointer dereference
  scsi: sd_zbc: prevent zone information memory leak

 drivers/scsi/sd.h     |  3 ++-
 drivers/scsi/sd_zbc.c | 15 ++++++++++-----
 2 files changed, 12 insertions(+), 6 deletions(-)