Files
jsix_import/src/include/j6
Justin C. Miller d11dd0c3f9 [kernel] Fix memory clobbering from endpoint
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.
2021-01-06 23:16:16 -08:00
..
2020-09-23 00:18:06 -07:00
2021-01-03 00:08:20 -08:00