Alexandre Julliard pushed to branch master at wine / wine
Commits: a138518d by Jinoh Kang at 2025-02-05T17:54:45+01:00 ntdll: Fix syscall_cfa offset in user_mode_abort_thread for ARM64.
Otherwise sending ^C to a running ARM64 process crashes it randomly.
Note that 0x110 is prev_frame, the field that immediately precedes syscall_cfa.
Fixes: ca79629b3e436c8799281319dd313249bf05b9b5
- - - - -
1 changed file:
- dlls/ntdll/unix/signal_arm64.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a138518dba1462c4acf2bd910f916ad...