Re: [libvirt] [PATCH] libxl: Fix possible invalid read

2013-10-24 Thread Martin Kletzander
On Thu, Oct 24, 2013 at 10:57:37AM +0100, Daniel P. Berrange wrote: > On Thu, Oct 24, 2013 at 10:50:02AM +0100, Martin Kletzander wrote: > > According to the following valgrind output, there seems to be a > > invalid limit for the iterator (captured on Fedora 19): > > > > ==3945== Invalid read of

Re: [libvirt] [PATCH] libxl: Fix possible invalid read

2013-10-24 Thread Daniel P. Berrange
On Thu, Oct 24, 2013 at 10:50:02AM +0100, Martin Kletzander wrote: > According to the following valgrind output, there seems to be a > invalid limit for the iterator (captured on Fedora 19): > > ==3945== Invalid read of size 1 > ==3945==at 0x1E1FA410: libxlVmStart (libxl_driver.c:475) > ==3945

[libvirt] [PATCH] libxl: Fix possible invalid read

2013-10-24 Thread Martin Kletzander
According to the following valgrind output, there seems to be a invalid limit for the iterator (captured on Fedora 19): ==3945== Invalid read of size 1 ==3945==at 0x1E1FA410: libxlVmStart (libxl_driver.c:475) ==3945==by 0x1E1FAD9A: libxlDomainCreateWithFlags (libxl_driver.c:2633) ==3945==