On Thu, Mar 28, 2024 at 04:02:52PM +0200, Avihai Horon wrote: > There are several places where postcopy_start() fails without setting > errp. This can cause a null pointer de-reference, as in case of error, > the caller of postcopy_start() copies/prints the error set in errp. > > Fix it by setting errp in all of postcopy_start() error paths. > > Fixes: 908927db28ea ("migration: Update error description whenever migration > fails")
I think this should need: Cc: qemu-stable <qemu-sta...@nongnu.org> > Signed-off-by: Avihai Horon <avih...@nvidia.com> Reviewed-by: Peter Xu <pet...@redhat.com> -- Peter Xu