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

Abort a process when FD ownership is violated #124210

Merged
merged 3 commits into from
Apr 28, 2024

Commits on Apr 20, 2024

  1. Abort a process when FD ownership is violated

    When an EBADF happens then something else already touched an FD in ways it is not allowed to.
    At that point things can already be arbitrarily bad, e.g. clobbered mmaps.
    Recovery is not possible.
    All we can do is hasten the fire.
    the8472 committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    38ded12 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    25babe9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. put FD validity behind late debug_asserts checking

    uses the same machinery as assert_unsafe_precondition
    the8472 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    1ba00d9 View commit details
    Browse the repository at this point in the history