• M
    qemuDomainAttach: Initialize pidfile variable · cd016a46
    Michal Privoznik 提交于
    If parsing qemu command line fails (e.g. because of non-existing
    process number supplied), we jump to cleanup label where we free
    pidfile. Therefore it needs to be initialized. Otherwise we free
    random pointer.
    cd016a46
qemu_driver.c 332.6 KB