Re: [libvirt] [PATCH] Don't free an uninitalized pointer in update_driver_name()

2010-01-06 Thread Daniel Veillard
On Sun, Jan 03, 2010 at 08:33:03PM +0100, Matthias Bolte wrote: > This invalid free results in heap corruption. Some symptoms I saw > because of this were libvirtd crashing and virt-manager hanging > while trying to enumerate devices. > --- > src/node_device/node_device_driver.c |4 ++-- > 1 f

[libvirt] [PATCH] Don't free an uninitalized pointer in update_driver_name()

2010-01-03 Thread Matthias Bolte
This invalid free results in heap corruption. Some symptoms I saw because of this were libvirtd crashing and virt-manager hanging while trying to enumerate devices. --- src/node_device/node_device_driver.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/node_device/