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 previous approach was to iterate through the known attached file
descriptors, we now instead iterate through and attempt to close all
possible attached file descriptors. This offers a more robust
and safe implementation.
This fixes a bug which arises in Rust versions >=1.65.0 from a file
descriptor being closed twice.
Signed-off-by: Jonathan Woollett-Light <[email protected]>
0 commit comments