]> xenbits.xensource.com Git - libvirt.git/commit
Fix crash when saving a domain with type none dac label
authorJán Tomko <jtomko@redhat.com>
Thu, 12 Jun 2014 08:50:43 +0000 (10:50 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 12 Jun 2014 10:01:35 +0000 (12:01 +0200)
commit7eb0ee175b278a4439cee65a7a554767f0be9cd1
tree519fdd7e0c2d33fcbb903e169957fcce062f31dd
parentfdfdbc0d129808008045dd166d16517df66ca351
Fix crash when saving a domain with type none dac label

qemuDomainGetImageIds did not check if there was a label
in the seclabel, thus crashing on
<seclabel type='none' model='dac'/>

https://bugzilla.redhat.com/show_bug.cgi?id=1108590
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c