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
"Allan Tong" actong88@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!