
7 Apr
2016
7 Apr
'16
1:25 p.m.
On Thu, Apr 07, 2016 at 13:18:42 +0200, Ján Tomko wrote:
On Thu, Apr 07, 2016 at 12:52:19PM +0200, Peter Krempa wrote:
The new perf code didn't bother to clear a pointer in 'priv' causing a double free or other memory corruption goodness if a VM failed to start.
Clear the pointer after freeing the memory.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1324757 --- src/qemu/qemu_process.c | 2 ++ 1 file changed, 2 insertions(+)
ACK
Pushed; Thanks. Peter