[libvirt] [PATCH] Fix use of uninitialized memory when releasing PCI slots

2011-06-30 Thread Daniel P. Berrange
The 'function' field in the PCI address was not correctly initialized, so it was building the wrong address address string and so not removing all functions from the in use list. * src/qemu/qemu_command.c: Fix initialization of PCI function --- src/qemu/qemu_command.c |6 +++--- 1 files

Re: [libvirt] [PATCH] Fix use of uninitialized memory when releasing PCI slots

2011-06-30 Thread Eric Blake
On 06/30/2011 08:09 AM, Daniel P. Berrange wrote: The 'function' field in the PCI address was not correctly initialized, so it was building the wrong address address string and so not removing all functions from the in use list. * src/qemu/qemu_command.c: Fix initialization of PCI function