[libvirt] [PATCH] qemu: fix crash in qemuOpen

2013-04-11 Thread Ján Tomko
If the path part of connection URI is not present, cfg is used unitialized. https://bugzilla.redhat.com/show_bug.cgi?id=950855 --- src/qemu/qemu_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 2c0d7d1..0d41e39

Re: [libvirt] [PATCH] qemu: fix crash in qemuOpen

2013-04-11 Thread Peter Krempa
On 04/11/13 11:42, Ján Tomko wrote: If the path part of connection URI is not present, cfg is used unitialized. https://bugzilla.redhat.com/show_bug.cgi?id=950855 --- src/qemu/qemu_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ACK. Peter -- libvir-list mailing list