[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210920115647.GR2116@kadam>
Date: Mon, 20 Sep 2021 14:56:47 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: "Fabio M. De Francesco" <fmdefrancesco@...il.com>
Cc: Larry Finger <Larry.Finger@...inger.net>,
Phillip Potter <phil@...lpotter.co.uk>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Pavel Skripkin <paskripkin@...il.com>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
David Laight <david.Laight@...lab.com>,
Martin Kaiser <martin@...ser.cx>
Subject: Re: [PATCH v8 15/19] staging: r8188eu: change the type of a variable
in rtw_read16()
On Mon, Sep 20, 2021 at 01:53:52AM +0200, Fabio M. De Francesco wrote:
> Change the type of "data" from __le32 to __le16.
>
You should note in the commit message that:
The last two bytes of "data" are not initialized so the le32_to_cpu(data)
technically reads uninitialized data. This can likely be detected by
the KASan checker as reading uninitialized data. But because the bytes
are discarded in the end so this will not affect runtime.
regards,
dan carpenter
Powered by blists - more mailing lists