Alexandre Julliard : ntdll: Clear the syscall frame on return instead of popping the previous one.

Alexandre Julliard julliard at winehq.org
Thu Aug 27 15:26:49 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Aug 27 11:41:36 2020 +0200

ntdll: Clear the syscall frame on return instead of popping the previous one.

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

---

 dlls/ntdll/unix/signal_arm.c    | 23 +++++++-------
 dlls/ntdll/unix/signal_arm64.c  | 38 ++++++++++-------------
 dlls/ntdll/unix/signal_i386.c   | 48 +++++++++++++----------------
 dlls/ntdll/unix/signal_x86_64.c | 63 +++++++++++++++++---------------------
 tools/winebuild/import.c        | 67 ++++++++++++++++++-----------------------
 5 files changed, 105 insertions(+), 134 deletions(-)

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



More information about the wine-cvs mailing list