Re: [libvirt] [PATCH] test driver: don't unlock pool after freeing it

2015-09-16 Thread Peter Krempa
On Wed, Sep 16, 2015 at 17:14:28 -0400, David Mansfield wrote: > The attached patch (taken from my modified Fedora 22 source rpm, > 1.2.13.1-2.fc22, sorry), fixes a case where, in the test driver, memory > is accessed after it's freed. > > Patch applies to latest git with: > > Hunk #1 succeede

[libvirt] [PATCH] test driver: don't unlock pool after freeing it

2015-09-16 Thread David Mansfield
The attached patch (taken from my modified Fedora 22 source rpm, 1.2.13.1-2.fc22, sorry), fixes a case where, in the test driver, memory is accessed after it's freed. Patch applies to latest git with: Hunk #1 succeeded at 4395 (offset -469 lines). The illegal access was found using valgrind.