summaryrefslogtreecommitdiff
path: root/scripts/decodecode
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2021-10-06 10:32:43 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2021-10-12 19:10:34 +0300
commitf4875d509a0a78ad294a1a538d534b5ba94e685a (patch)
tree06e94e2a78e24381f00884ddfe74c7645d4a5abb /scripts/decodecode
parentec65e6beb02e09e34f3811dd85f7247da35edafc (diff)
downloadlinux-f4875d509a0a78ad294a1a538d534b5ba94e685a.tar.xz
scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()
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: 5036f0a0ecd3 ("[SCSI] csiostor: Fix sparse warnings.") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'scripts/decodecode')
0 files changed, 0 insertions, 0 deletions