]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Fix error checking in qemuDomainDefFormatXMLInternal
authorJiri Denemark <jdenemar@redhat.com>
Fri, 15 Sep 2017 14:41:18 +0000 (16:41 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 22 Sep 2017 12:02:59 +0000 (14:02 +0200)
commit5c4fc07d1ad9b14afa33b97b20ed6f1329c2c153
tree250fd5cb06b7df16dcb734ccbc9cc23ba7ea0c46
parent8a573f7c0c34ade458595c4a3b8dc232dea962af
qemu: Fix error checking in qemuDomainDefFormatXMLInternal

virDomainDefFormatInternal (called by qemuDomainDefFormatXMLInternal)
already checks for buffer errors and properly resets the buffer on
failure.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_domain.c