]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix missing jump to error cleanup in qemuParseCommandLineDisk
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 24 Sep 2013 15:28:22 +0000 (16:28 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 25 Sep 2013 14:49:27 +0000 (15:49 +0100)
commit6bb7f19eb172754f999b47cda394f02ebddf2b3b
treec716b4c609dbdda83f0560e6e7fdef5b04594ef4
parentfbf82783e85d8529d5e0da63606b5bb1aae0fd79
Fix missing jump to error cleanup in qemuParseCommandLineDisk

In a number of places in qemuParseCommandLineDisk, an error
is reported, but no 'goto error' jump is used. This causes
failure to report OOM conditions to the caller.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/qemu/qemu_command.c