Re: [Qemu-devel] RFC: double free in qmp_output_visitor_cleanup()

2012-03-16 Thread Michael Roth
On Fri, Mar 16, 2012 at 03:37:10PM +0100, Laszlo Ersek wrote: > Hi, > > we seem to have found a double free in qmp_output_visitor_cleanup(). > Please read the analysis below (that is based on commit e4e6aa14) and > please tell me if you'd like me to write a patch for solution (a) or > solution (b)

[Qemu-devel] RFC: double free in qmp_output_visitor_cleanup()

2012-03-16 Thread Laszlo Ersek
Hi, we seem to have found a double free in qmp_output_visitor_cleanup(). Please read the analysis below (that is based on commit e4e6aa14) and please tell me if you'd like me to write a patch for solution (a) or solution (b), as described at the bottom. Paolo wrote a test case to trigger the prob