]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Properly check return value of VIR_STRDUP in qemuDomainGetBlockIoTune
authorPeter Krempa <pkrempa@redhat.com>
Tue, 23 May 2017 15:21:56 +0000 (17:21 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 24 May 2017 08:23:52 +0000 (10:23 +0200)
commit3fe624b2689d825a47e86ae3fb9735313e9105c3
treec52437f56d3e8b5ac49cbca8e8367d29ab02cce2
parent6de895f64c412b530b2d81eb19f3a4053a7c76fb
qemu: Properly check return value of VIR_STRDUP in qemuDomainGetBlockIoTune

Setting the 'group_name' for a disk would falsely trigger a error path
as in commit 4b57f76502 we did not properly check the return value of
VIR_STRDUP.
src/qemu/qemu_driver.c