Re: [libvirt] [PATCH 3/7] tests: qemuhotplug: Fix segfault when XML loading fails

2018-07-26 Thread Cole Robinson
On 07/26/2018 02:44 AM, Michal Privoznik wrote: > On 07/24/2018 11:23 PM, Cole Robinson wrote: >> Some tests use the same VM state multiple times in a row. But if we >> failed loading the VM XML, subsequent tests crash on the NULL def >> pointer >> >> Signed-off-by: Cole Robinson >> --- >> I hit

Re: [libvirt] [PATCH 3/7] tests: qemuhotplug: Fix segfault when XML loading fails

2018-07-26 Thread Michal Privoznik
On 07/24/2018 11:23 PM, Cole Robinson wrote: > Some tests use the same VM state multiple times in a row. But if we > failed loading the VM XML, subsequent tests crash on the NULL def > pointer > > Signed-off-by: Cole Robinson > --- > I hit this with failing tests while writing this series > >

[libvirt] [PATCH 3/7] tests: qemuhotplug: Fix segfault when XML loading fails

2018-07-24 Thread Cole Robinson
Some tests use the same VM state multiple times in a row. But if we failed loading the VM XML, subsequent tests crash on the NULL def pointer Signed-off-by: Cole Robinson --- I hit this with failing tests while writing this series tests/qemuhotplugtest.c | 2 ++ 1 file changed, 2 insertions(+)