• P
    Fix possible NULL pointer dereference · 921d2225
    Paolo Bonzini 提交于
    If there are no references remaining to the object, vm is set to NULL
    and vm->persistent cannot be accessed.  Fixed by this trivial patch.
    
    * src/qemu/qemu_driver.c (qemudDomainCoreDump): Avoid possible
      NULL pointer dereference on --crash dump.
    921d2225
qemu_driver.c 243.7 KB