• P
    qemu: Fix possible infinite loop and segfault on error path. · 40dfb525
    Peter Krempa 提交于
    virDomainVcpuPinDefCopy when the control flow reaches out of memory
    cleanup code, the flow would end in a infinite loop as the loop variable
    wasn't decremented.
    
    Also a dereference of NULL pointers was possible if allocation of the
    Vcpu pinning definiton structure failed.
    40dfb525
domain_conf.c 470.6 KB