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
See ostreedev/ostree-rs-ext#664
Basically in the case when the source fd number is the same
as the target, `dup2` is a no-op. This is an astoundingly evil
bug because it means we just don't pass the expected
fd to the child process.
Fix this by detecting this situation and just stripping off
`O_CLOEXEC`.
Signed-off-by: Colin Walters <[email protected]>
0 commit comments