]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cxlflash: off by one bug in cxlflash_show_port_status()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 14 Aug 2015 20:35:25 +0000 (23:35 +0300)
committerJames Bottomley <JBottomley@Odin.com>
Thu, 27 Aug 2015 01:06:31 +0000 (18:06 -0700)
commit46c6d45d7875a0328258a574e376ae75f7b2a64b
tree53b1301b826c4d1385a50954859406830c649a79
parent2cb79266d6b229dbebd31fe114af1bdab25c8076
cxlflash: off by one bug in cxlflash_show_port_status()

The > should be >= or we read one element past the end of the array.

Fixes: c21e0bbfc485 ('cxlflash: Base support for IBM CXL Flash Adapter')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/cxlflash/main.c