Re: [Qemu-devel] [Bug] qemu_memalign not matched with qemu_free

2008-01-24 Thread TeLeMan
This bug exists on Windows host only. TeLeMan wrote: > > qemu_memalign was introduced after this patch: > http://www.nabble.com/forum/ViewPost.jtp?post=14488239&framed=y > > But the "free" function was qemu_free yet, the correct function should be > qemu_vfree. > > This bug will lead to heap

[Qemu-devel] [Bug] qemu_memalign not matched with qemu_free

2008-01-23 Thread TeLeMan
qemu_memalign was introduced after this patch: http://www.nabble.com/forum/ViewPost.jtp?post=14488239&framed=y But the "free" function was qemu_free yet, the correct function should be qemu_vfree. This bug will lead to heap corrupted. -- View this message in context: http://www.nabble.com/-Bug