http://bugs.winehq.org/show_bug.cgi?id=7859
vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wine-misc |wine-kernel OS/Version|other |Linux Platform|Other |PC
------- Additional Comments From vitaliy@kievinfo.com 2007-04-04 23:49 ------- After all the bug is in RtlWalkHeap and SSE instruction exception has nothing to do with it. It appears that just having a pointer to the allocated heap memory should be enough for the RtlWalkHeap. While Wine relies on the size to be initialized as well. I'm not sure if there are other "cleaner" ways to do this as we need to reinspect the current arena before being able to move to the next one.