]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix crash at the end of migration
authorJiri Denemark <jdenemar@redhat.com>
Thu, 17 Feb 2022 08:36:48 +0000 (09:36 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 17 Feb 2022 09:17:19 +0000 (10:17 +0100)
commitf3c2b321e0807399551fa96fa2cae0b12e41fdf4
tree095441ad1e2ae5c550a3adaddfee549250d7424a
parent096e3c72ec473f389a8b2fb2587e8fbaa350bde6
qemu: Fix crash at the end of migration

The destination daemon would crash in Finish phase due to NULL
dereference which I missed in my review of commit
v8.0.0-428-g0301db44e2

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_migration.c