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

Don't return to parent after fork #886

Merged
merged 2 commits into from
Nov 25, 2024

Commits on Nov 25, 2024

  1. Don't return to parent after fork

    This can cause closed files to be closed again, which will panic and is
    a violation of IO safety.
    bjorn3 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    3dae259 View commit details
    Browse the repository at this point in the history
  2. Use Infallible in the exec_monitor return type

    This makes it clearer that exec_monitor can only return when there is an
    error.
    bjorn3 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4209e46 View commit details
    Browse the repository at this point in the history