Skip to content

[Feature request]: Fix file descriptor management in safe_posix_fork #41

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

Open
jstraw opened this issue Apr 25, 2025 · 0 comments · May be fixed by #42
Open

[Feature request]: Fix file descriptor management in safe_posix_fork #41

jstraw opened this issue Apr 25, 2025 · 0 comments · May be fixed by #42
Labels
enhancement New feature or request

Comments

@jstraw
Copy link
Contributor

jstraw commented Apr 25, 2025

Use Case

From #39, we fixed a bug to only close integer file descriptors in /proc/self, but we should probably have a safer/standard way to track and close open fds that aren't standard in/out/error.

Describe the solution you would like

We figure out what fd are open and close them without regex.

Describe alternatives you've considered

No response

Additional context

No response

@jstraw jstraw added the enhancement New feature or request label Apr 25, 2025
@ekohl ekohl linked a pull request May 1, 2025 that will close this issue
@ekohl ekohl linked a pull request May 1, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant