ntdll: Fix race condition in RtlCreateHeap()

Bart Van Assche bvanassche at acm.org
Mon Mar 28 13:00:48 CDT 2011


Heap flags must be set before a heap is linked into the per-process heap list
instead of afterwards because otherwise another thread can read the heap flags
before the debug flags have been set.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ntdll-Fix-race-condition-in-RtlCreateHeap.patch
Type: text/x-patch
Size: 1001 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110328/a273db1b/attachment.bin>


More information about the wine-patches mailing list