• P
    vcpupin: Fix returning of arrays from virDomainVcpuPinAdd · 077e7bf5
    Peter Krempa 提交于
    virDomainVcpuPinAdd does a realloc on vcpupin_list if the new vcpu pin
    definition doesn't fit into the array. The list is an array of pointers
    but the function definition didn't support returning the changed pointer
    to the caller if it was realloced. This caused segfaults if realloc
    would change the base pointer.
    077e7bf5
domain_conf.h 66.9 KB