linux/drivers/scsi/csiostor
Dan Carpenter 8adfc48bda scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()
[ Upstream commit f4875d509a ]

This variable is just a temporary variable, used to do an endian
conversion.  The problem is that the last byte is not initialized.  After
the conversion is completely done, the last byte is discarded so it doesn't
cause a problem.  But static checkers and the KMSan runtime checker can
detect the uninitialized read and will complain about it.

Link: https://lore.kernel.org/r/20211006073242.GA8404@kili
Fixes: 5036f0a0ec ("[SCSI] csiostor: Fix sparse warnings.")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-11-18 19:16:52 +01:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile
csio_attr.c SCSI misc on 20190306 2019-03-09 16:53:47 -08:00
csio_defs.h
csio_hw.c SCSI misc on 20201013 2020-10-14 15:15:35 -07:00
csio_hw.h scsi: csiostor: fix incorrect port capabilities 2018-08-27 12:26:10 -04:00
csio_hw_chip.h
csio_hw_t5.c scsi: csiostor: Fix a typo 2021-03-24 22:54:24 -04:00
csio_init.c scsi: csiostor: Add module softdep on cxgb4 2021-09-28 23:26:42 -04:00
csio_init.h
csio_isr.c scsi: csiostor: create per port irq affinity mask set 2019-04-29 08:34:08 -04:00
csio_lnode.c scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn() 2021-11-18 19:16:52 +01:00
csio_lnode.h
csio_mb.c scsi: csiostor: clean up indentation issue 2019-09-30 23:09:07 -04:00
csio_mb.h
csio_rnode.c scsi: csiostor: Add missing description for csio_rnode_fwevt_handler()'s 'fwevt' param 2020-07-24 22:32:07 -04:00
csio_rnode.h
csio_scsi.c scsi: csiostor: Use scsi_cmd_to_rq() instead of scsi_cmnd.request 2021-08-11 22:25:38 -04:00
csio_scsi.h
csio_wr.c scsi: csiostor: Fix fall-through warnings for Clang 2020-12-02 12:59:47 -05:00
csio_wr.h
t4fw_api_stor.h