qemu-block
[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: Philippe Mathieu-Daudé
Subject: Re: [PATCH] block: Remove unnecessary NULL check in bdrv_pad_request()
Date: Tue, 2 Apr 2024 12:53:06 +0200
User-agent: Mozilla Thunderbird

On 27/3/24 20:27, Kevin Wolf wrote:
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>
---
  block/io.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Since I'm not seeing other block related patch for 9.0 and
I'm preparing a pull request, I'm queuing this one.

Regards,

Phil.




reply via email to

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