Re: [libvirt] [PATCH] Fix libvirtd crash in qemuDomainGetTLSObjects

2017-09-20 Thread ashish mittal
On Wed, Sep 20, 2017 at 12:52 AM, Erik Skultety wrote: > On Wed, Sep 20, 2017 at 09:03:18AM +0200, Erik Skultety wrote: > > On Tue, Sep 19, 2017 at 09:58:34PM -0700, Ashish Mittal wrote: > > > Passing a NULL value for the argument secAlias to the function > > > qemuDomainGetTLSObjects causes a se

Re: [libvirt] [PATCH] Fix libvirtd crash in qemuDomainGetTLSObjects

2017-09-20 Thread Erik Skultety
On Wed, Sep 20, 2017 at 09:03:18AM +0200, Erik Skultety wrote: > On Tue, Sep 19, 2017 at 09:58:34PM -0700, Ashish Mittal wrote: > > Passing a NULL value for the argument secAlias to the function > > qemuDomainGetTLSObjects causes a segmentation fault. > > > > Thread 3 "libvirtd" received signal SIG

Re: [libvirt] [PATCH] Fix libvirtd crash in qemuDomainGetTLSObjects

2017-09-20 Thread Erik Skultety
On Tue, Sep 19, 2017 at 09:58:34PM -0700, Ashish Mittal wrote: > Passing a NULL value for the argument secAlias to the function > qemuDomainGetTLSObjects causes a segmentation fault. > > Thread 3 "libvirtd" received signal SIGSEGV, Segmentation fault. > 0x7f97c9c42a3d in qemuDomainGetTLSObjects

[libvirt] [PATCH] Fix libvirtd crash in qemuDomainGetTLSObjects

2017-09-19 Thread Ashish Mittal
Passing a NULL value for the argument secAlias to the function qemuDomainGetTLSObjects causes a segmentation fault. Thread 3 "libvirtd" received signal SIGSEGV, Segmentation fault. 0x7f97c9c42a3d in qemuDomainGetTLSObjects (...,secAlias=0x0) at qemu/qemu_hotplug.c:1736 Changed code to not der