qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] block: Remove unnecessary NULL check in bdrv_pad_request()


From: Fiona Ebner
Subject: Re: [PATCH] block: Remove unnecessary NULL check in bdrv_pad_request()
Date: Thu, 28 Mar 2024 11:35:45 +0100
User-agent: Mozilla Thunderbird

Am 27.03.24 um 20:27 schrieb Kevin Wolf:
> Coverity complains that the check introduced in commit 3f934817 suggests
> that qiov could be NULL and we dereference it before reaching the check.
> In fact, all of the callers pass a non-NULL pointer, so just remove the
> misleading check.
> 
> Resolves: Coverity CID 1542668
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>

Reviewed-by: Fiona Ebner <f.ebner@proxmox.com>

Thank you for the fix,
Fiona




reply via email to

[Prev in Thread] Current Thread [Next in Thread]