On Wed Mar 19 17:19:13 2025 +0000, Alexandre Julliard wrote:
I don't think we should be touching the user stack at that point.
Any recommendation on what I should use as a stack there? Maybe move the `syscall_frame` down in memory slightly (say, 128 bytes) and use the free area as a stack? Or exempt some space below the `syscall_frame` from `is_inside_syscall()` and use that?