Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upMake `sigaction` unsafe #101
Conversation
tbu-
force-pushed the
tbu-:pr_unsafe_sigaction
branch
from
b6be837
to
a9ce14c
Apr 14, 2015
carllerche
merged commit a9ce14c
into
nix-rust:master
Apr 14, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
This comment has been minimized.
This comment has been minimized.
|
thanks! |
kamalmarhubi
referenced this pull request
Apr 17, 2017
Open
Provide safe sigaction functions for setting SIG_IGN and SIG_DFL #587
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
tbu- commentedApr 14, 2015
This is done because interrupted execution has soundness bugs regarding
thread-local storage. Fixes #90.