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

2013-04-11 Thread Ján Tomko
On 04/11/2013 11:48 AM, Peter Krempa wrote: > 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(+),

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 libvi

[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 1006