[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <163478764100.7011.11087499845727301376.b4-ty@oracle.com>
Date: Wed, 20 Oct 2021 23:42:38 -0400
From: "Martin K. Petersen" <martin.petersen@...cle.com>
To: Dan Carpenter <dan.carpenter@...cle.com>,
Naresh Kumar Inna <naresh@...lsio.com>,
"James E.J. Bottomley" <jejb@...ux.ibm.com>
Cc: "Martin K . Petersen" <martin.petersen@...cle.com>,
James Bottomley <JBottomley@...allels.com>,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org,
linux-scsi@...r.kernel.org
Subject: Re: [PATCH] scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()
On Wed, 6 Oct 2021 10:32:43 +0300, Dan Carpenter wrote:
> 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.
>
>
> [...]
Applied to 5.16/scsi-queue, thanks!
[1/1] scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()
https://git.kernel.org/mkp/scsi/c/f4875d509a0a
--
Martin K. Petersen Oracle Linux Engineering
Powered by blists - more mailing lists