]> xenbits.xensource.com Git - libvirt.git/commit
blockinfo: fix qemu regression in handling disk name
authorEric Blake <eblake@redhat.com>
Thu, 8 Sep 2011 09:10:14 +0000 (10:10 +0100)
committerEric Blake <eblake@redhat.com>
Thu, 8 Sep 2011 09:52:43 +0000 (10:52 +0100)
commit6977fd95bfdf366b92c59203106a6eb762ff2a33
tree2aeb9f1038ca665dff494a67193451becf75fa61
parent4d3d3e475f96935b7cf9fce2a28d3b2563502848
blockinfo: fix qemu regression in handling disk name

Regression introduced in commit 89b6284fd, due to an incorrect
conversion to the new means of converting disk names back to
the correct object.

* src/qemu/qemu_driver.c (qemuDomainGetBlockInfo): Avoid NULL deref.
src/qemu/qemu_driver.c