Alexandre Julliard : ntdll: Handle page faults happening during a syscall without dispatching the exception.
Module: wine Branch: master Commit: 0b3db9dfa2877ff36c10f73b04e97af71ab2f845 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0b3db9dfa2877ff36c10f73b0... Author: Alexandre Julliard <julliard(a)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(a)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=0b3db9dfa2877ff36c10f...
participants (1)
-
Alexandre Julliard