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
Every function current passes in AsFd by value. This is safe, but a little weird because you can do read(owned_fd, ...) and close the fd within the read call. Was this considered? Or a design mistake?