Alexandre Julliard : ntdll: Store the context on the thread stack after the initial suspend.

Alexandre Julliard julliard at winehq.org
Mon Jan 22 15:34:55 CST 2018


Module: wine
Branch: master
Commit: a83532d8dd5e99226dbccf0398083b052f033b9a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a83532d8dd5e99226dbccf0398083b052f033b9a

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jan 22 15:14:56 2018 +0100

ntdll: Store the context on the thread stack after the initial suspend.

The initial stack pointer may have been modified during suspend.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/tests/process.c | 22 ++++++++----
 dlls/ntdll/signal_arm.c       | 63 ++++++++++++++++++++++++--------
 dlls/ntdll/signal_i386.c      | 84 ++++++++++++++++++++++++++++++-------------
 dlls/ntdll/signal_x86_64.c    | 68 ++++++++++++++++++++++++++---------
 4 files changed, 174 insertions(+), 63 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=a83532d8dd5e99226dbccf0398083b052f033b9a



More information about the wine-cvs mailing list