[libvirt] [PATCH 0/3] qemu: fix crash bugs in snapshot revert

Pavel Mores pmores at redhat.com
Fri Dec 6 09:11:26 UTC 2019


The aim of this series is to fix

https://bugzilla.redhat.com/show_bug.cgi?id=1610207

however before getting to that we first need to fix an unrelated (and much
more recent) bug in patch 1.  We clean up the fix in patch 2 by converting the
whole function to the new allocation idioms.

The actual reported bug is then fixed in patch 3.

Pavel Mores (3):
  qemu: fix crash due to freeing an uninitialised pointer
  qemu: use g_autofree instead of VIR_FREE in
    qemuMonitorTextCreateSnapshot()
  qemu: fix concurrency crash bug in snapshot revert

 src/qemu/qemu_driver.c       | 17 ++++++++++++++---
 src/qemu/qemu_monitor_text.c | 20 ++++++--------------
 2 files changed, 20 insertions(+), 17 deletions(-)

-- 
2.21.0




More information about the libvir-list mailing list