lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <3a73d963-36ef-44db-8fd0-7b4a5c73609c@gmail.com>
Date: Wed, 20 Nov 2024 14:48:12 +0530
From: Suraj Sonawane <surajsonawane0215@...il.com>
To: Jens Axboe <axboe@...nel.dk>
Cc: linux-block@...r.kernel.org, linux-kernel@...r.kernel.org,
 hch@...radead.org, hare@...e.de, kbusch@...nel.org
Subject: Re: [PATCH v5] block: blk-mq: fix uninit-value in blk_rq_prep_clone
 and refactor

On 20/11/24 07:36, Jens Axboe wrote:
> 
> On Tue, 19 Nov 2024 22:14:12 +0530, Suraj Sonawane wrote:
>> Fix an issue detected by the `smatch` tool:
>>
>> block/blk-mq.c:3314 blk_rq_prep_clone() error: uninitialized
>> symbol 'bio'.
>>
>> This patch refactors `blk_rq_prep_clone()` to improve code
>> readability and ensure safety by addressing potential misuse of
>> the `bio` variable:
>>
>> [...]
> 
> Applied, thanks!
> 
> [1/1] block: blk-mq: fix uninit-value in blk_rq_prep_clone and refactor
>        commit: dcbb598e689e30d4636201d35582e167d1b8dfa4
> 
> Best regards,

Thank you for applying the patch and for your time reviewing it.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ