Alexandre Julliard : ntdll: Handle page faults happening during a syscall without dispatching the exception.

Alexandre Julliard julliard at winehq.org
Mon Aug 24 15:58:50 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Aug 24 11:46:22 2020 +0200

ntdll: Handle page faults happening during a syscall without dispatching the exception.

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

---

 dlls/ntdll/unix/signal_arm.c    | 59 ++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/signal_arm64.c  | 76 +++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/signal_i386.c   | 61 +++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/signal_x86_64.c | 63 ++++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/sync.c          | 12 ++-----
 5 files changed, 261 insertions(+), 10 deletions(-)

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



More information about the wine-cvs mailing list