• J
    qemudDomainSetVcpus: avoid NULL-deref on failed uuid look-up · 20701b17
    Jim Meyering 提交于
    * src/qemu/qemu_driver.c (qemudDomainSetVcpus): Upon look-up failure,
    i.e., vm==NULL, goto cleanup, rather than to "endjob", superficially
    since the latter would dereference vm, but more fundamentally because
    we certainly don't want to call qemuDomainObjEndJob before we've
    even attempted qemuDomainObjBeginJob.
    20701b17
qemu_driver.c 362.2 KB