Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i/o: Select unlikely-to-be-used fds for duping stdio #25

Open
ndrewh opened this issue Jul 22, 2024 · 0 comments
Open

i/o: Select unlikely-to-be-used fds for duping stdio #25

ndrewh opened this issue Jul 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ndrewh
Copy link
Owner

ndrewh commented Jul 22, 2024

Currently, we use dup to get another file descriptor referring to stdin/stdout/stderr. We should probably hard-code a unlikely-to-be-used fd and call dup2 instead, since this breaks client transparency.

@ndrewh ndrewh added the enhancement New feature or request label Jul 22, 2024
@ndrewh ndrewh modified the milestone: 0.3 Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant