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_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