[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] migration: Fix parse_ramblock() on overwritten retvals
|
From: |
Fabiano Rosas |
|
Subject: |
Re: [PATCH] migration: Fix parse_ramblock() on overwritten retvals |
|
Date: |
Tue, 17 Oct 2023 19:30:50 -0300 |
Peter Xu <peterx@redhat.com> writes:
> It's possible that some errors can be overwritten with success retval later
> on, and then ignored. Always capture all errors and report.
>
> Reported by Coverity 1522861, but actually I spot one more in the same
> function.
>
> Fixes: CID 1522861
> Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>