25 Jan
2021
25 Jan
'21
3:51 p.m.
On Mon, 25 Jan 2021 12:12:54 +0100, Dan Carpenter wrote:
Smatch complains that "count" isn't clamped properly and "oxfw->dev_lock_changed" is false then it leads to an information leak. But it turns out that "oxfw->dev_lock_changed" is always set and the condition can be removed.
Signed-off-by: Dan Carpenter dan.carpenter@oracle.com
v2: this version just removes the condition
Applied now. Thanks.
Takashi