Re: [libvirt] [PATCH] test: fix segfault in networkxml2argvtest

2012-04-05 Thread Osier Yang
On 2012年04月05日 15:32, Laine Stump wrote: This bug resolves https://bugzilla.redhat.com/show_bug.cgi?id=810100 rpm builds for i686 were failing with a segfault in networkxml2argvtest. Running under valgrind showed that a region of memory was being referenced after it had been freed (as the result

Re: [libvirt] [PATCH] test: fix segfault in networkxml2argvtest

2012-04-05 Thread Philipp Hahn
Hello Laine, On Thursday 05 April 2012 09:32:45 Laine Stump wrote: > This bug resolves https://bugzilla.redhat.com/show_bug.cgi?id=810100 > > rpm builds for i686 were failing with a segfault in > networkxml2argvtest. Running under valgrind showed that a region of > memory was being referenced afte

[libvirt] [PATCH] test: fix segfault in networkxml2argvtest

2012-04-05 Thread Laine Stump
This bug resolves https://bugzilla.redhat.com/show_bug.cgi?id=810100 rpm builds for i686 were failing with a segfault in networkxml2argvtest. Running under valgrind showed that a region of memory was being referenced after it had been freed (as the result of realloc - see the valgrind report in th