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

Test #[unix_sigpipe = "inherit"] with both SIG_DFL and SIG_IGN #123316

Merged
merged 1 commit into from Apr 24, 2024

Commits on Apr 13, 2024

  1. Test #[unix_sigpipe = "inherit"] with both SIG_DFL and SIG_IGN

    Add a test that fails if `#[unix_sigpipe = "inherit"]` wrongly results
    in `SIGPIPE` being `SIG_DFL` if the parent has `SIG_IGN`. We have no
    current test for this particular case.
    Enselic committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    4559e61 View commit details
    Browse the repository at this point in the history