On Wed, Mar 17, 2010 at 04:41:05PM +0100, Andreas Bießmann wrote: > Package: libvirt0 > Version: 0.7.7-1 > Severity: normal > > > As reported in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574272#17 > libvirtd crashes with SEGV on 'virsh dominfo' (kvm virtualisation!). > > Some investigation pointed out that the first strlen(p) in > qemudNodeGetSecurityModel() in qemu_driver.c:4910 caused the SEGV. > > driver->securityPrimaryDriver in qemuCreateCapabilities() qemu_driver.c:1006 > is NULL therefore secModel.model and secModel.doi not initialized. Later on > when requesting the string information with 'virsh dominfo' we get the SEGV > as mentioned above. This is due to the fact that we don't have a primary security driver set. Fix forthcoming. Cheers, -- Guido
-- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

