Re: Alexandre Julliard : ntdll: Remove assumptions that the subheap is at the beginning of the memory block .
2 Oct
2007
2 Oct
'07
5:20 p.m.
ntdll: Remove assumptions that the subheap is at the beginning of the memory block.
In HEAP_CreateSubHeap, shouldn't the return value also be changed, e.g. return "&((HEAP*)address)->subheap" if a main heap was created? - Allan
2 Oct
2 Oct
8:08 p.m.
New subject: Alexandre Julliard : ntdll: Remove assumptions that the subheap is at the beginning of the memory block .
"Allan Tong" <actong88(a)gmail.com> writes:
ntdll: Remove assumptions that the subheap is at the beginning of the memory block.
In HEAP_CreateSubHeap, shouldn't the return value also be changed, e.g. return "&((HEAP*)address)->subheap" if a main heap was created?
Yes indeed, I knew I was going to miss one, thanks for spotting this! -- Alexandre Julliard julliard(a)winehq.org
6647
Age (days ago)
6647
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Allan Tong