Skip to content
Snippets Groups Projects
Commit c72f52d7 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard
Browse files

ntdll: Always copy context in call_user_apc_dispatcher() on x64.


Currently, if call_user_apc_dispatcher() is called with nonzero context,
there is no guarantee that the provided context is stored above the
rsp = context_ptr->Rsp - (sizeof(CONTEXT) + offsetof(frame,ret_addr))
being set.

Signed-off-by: default avatarPaul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent ef876fc5
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment