mirror of
https://github.com/justinian/jsix.git
synced 2025-12-11 00:44:31 -08:00
The endpoint receive syscalls can block and then write to userspace memory. Since the current address space may be different after blocking, make sure to only actually write to the user memory after returning to the syscall handler - pass values that are on the syscall handler stack deeper into the kernel.
1.4 KiB
1.4 KiB