You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We prevent Rust from closing the socket file descriptor to avoid a
potential race condition between the mappings message and the connection
shutdown. If the latter arrives at the UFFD handler first, the handler
never sees the mappings.
Signed-off-by: Nikita Kalyazin <[email protected]>
0 commit comments