ntdll: Avoid overwriting parameters with context in call_user_apc_dispatcher() on...
commit2002aa15f476b4bb9039d5e47dfa2e3c0be58ee3
authorPaul Gofman <pgofman@codeweavers.com>
Thu, 12 Nov 2020 14:20:10 +0000 (12 17:20 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 17 Nov 2020 20:16:43 +0000 (17 21:16 +0100)
tree1761d56defbcd978940fded1356d64a69297c824
parentb58882993e7b28bd71f50f1eecd4750d576167e5
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>
dlls/ntdll/unix/signal_i386.c