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 unnecessarily change SIGPIPE disposition in unix_sigpipe tests #121554

Merged
merged 1 commit into from
Feb 26, 2024

Commits on Feb 24, 2024

  1. Don't unnecessarily change SIGPIPE disposition in unix_sigpipe tests

    In `auxiliary/sigpipe-utils.rs`, all we want to know is the current
    `SIGPIPE` disposition. We should not change it. So use `libc::sigaction`
    instead of `libc::signal`. That way we can also remove the code that
    restores it.
    Enselic committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    f5b9eaf View commit details
    Browse the repository at this point in the history