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

containerd: main: notify on SIGPIPE #1104

Merged
merged 1 commit into from
Jun 30, 2017

Commits on Jun 27, 2017

  1. containerd: main: notify on SIGPIPE

    This PR containerd#930 ignored
    SIGPIPE signals but we aren't actually subscribed to receive them (and
    ignore them).
    This patch adds the missing piece by subscribing to receive SIGPIPE(s).
    
    Signed-off-by: Antonio Murdaca <runcom@redhat.com>
    runcom committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    6a7b7d2 View commit details
    Browse the repository at this point in the history