Sweden-Number/dlls/ntdll/unix
Paul Gofman 2002aa15f4 ntdll: Avoid overwriting parameters with context in call_user_apc_dispatcher() on x86.
Fixes crash in 32 bit kernel32 file test. The crash is not always reproducible
as the issue depends on stack layout.

Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-17 21:16:43 +01:00
..
cdrom.c ntdll: Add inline wrappers for pthread mutex locking. 2020-09-22 11:28:25 +02:00
debug.c
env.c ntdll: Make NtGetNlsSectionPtr() into a proper Nt syscall. 2020-10-15 20:18:01 +02:00
file.c ntdll: Document a few other filesystem case-sensitivity cases. 2020-11-10 17:19:44 +01:00
loader.c ntdll: Fix a memory leak (Valgrind). 2020-10-05 20:54:23 +02:00
process.c ntdll: Add NtDebugActiveProcess stub. 2020-11-16 21:06:18 +01:00
registry.c
security.c ntdll: Implement NtFilterToken. 2020-09-23 15:58:10 +02:00
serial.c
server.c ntdll: Support AVX registers for other thread in Nt{Get|Set}ContextThread(). 2020-10-13 22:30:05 +02:00
signal_arm.c ntdll: Pop the Unix stack completely in call_user_apc_dispatcher(). 2020-09-04 21:16:49 +02:00
signal_arm64.c ntdll: Restore the original Lr value when unwinding through raise_func_trampoline on arm64. 2020-10-05 12:33:31 +02:00
signal_i386.c ntdll: Avoid overwriting parameters with context in call_user_apc_dispatcher() on x86. 2020-11-17 21:16:43 +01:00
signal_x86_64.c ntdll: Support AVX registers for other thread in Nt{Get|Set}ContextThread(). 2020-10-13 22:30:05 +02:00
sync.c ntdll: Add inline wrappers for pthread mutex locking. 2020-09-22 11:28:25 +02:00
system.c ntdll: Semi-stub SystemModuleInformationEx. 2020-10-27 09:51:32 +01:00
tape.c
thread.c ntdll: Implement get_thread_times() on FreeBSD. 2020-11-09 20:15:11 +01:00
unix_private.h ntdll: Support AVX registers for other thread in Nt{Get|Set}ContextThread(). 2020-10-13 22:30:05 +02:00
virtual.c dbghelp: Use PEB->CloudFileFlags instead of PEB->Reserved for debug base address. 2020-11-02 22:06:52 +01:00