Skip to content

virReallocN: aborts on OOM on failure

Masatake YAMATO requested to merge masatake/libvirt:fix-virReallocN into master

The description in the comment and its implementation were mismatched.

VIR_REALLOC_N using virReallocN expects aborting on failure. See also https://github.com/virt-manager/virt-manager/issues/520.

Signed-off-by: Masatake YAMATO yamato@redhat.com

Merge request reports