reactos/sdk
Timo Kreuzer 15fbcc19b9 [NTOS:KE/x64] Fix KiConvertToGuiThread
- 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.
2023-05-16 22:03:13 +03:00
..
cmake [SDK] Improve gen_baseaddress.py and its output files (#4964) 2023-03-04 11:45:06 +01:00
include [NTOS:KE/x64] Fix KiConvertToGuiThread 2023-05-16 22:03:13 +03:00
lib [FREELDR][SDK] Build UEFI bootloader for ARM32 (#5196) 2023-05-03 20:56:06 +02:00
tools [MKISOFS] Fix MSVC build on ARM hosts 2023-04-16 18:53:54 +02:00