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
The current implementation of the IntoRawFd trait doesn't seem to work correctly. When calling Uffd::into_raw_fd the method correctly returns the fd, but it also ends up calling Uffd::drop which immediately closes the fd.
The current implementation of the
IntoRawFdtrait doesn't seem to work correctly. When callingUffd::into_raw_fdthe method correctly returns the fd, but it also ends up callingUffd::dropwhich immediately closes the fd.