mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
15fbcc19b9
- Do not allocate a new stack, if the thread already has a large one. This prevents the function from freeing a large stack as a normal stack and subsequently leaking system PTEs. - Fix the check for failure of PsConvertToGuiThread (test eax, not rax, for being negative, because by default rax is zero extended from eax, not sign extended). This fixes an infinite loop on failure. |
||
---|---|---|
.. | ||
cmake | ||
include | ||
lib | ||
tools |