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

Make `sigaction` unsafe #101

Merged
merged 1 commit into from Apr 14, 2015

Conversation

Projects
None yet
2 participants
@tbu-
Copy link
Contributor

tbu- commented Apr 14, 2015

This is done because interrupted execution has soundness bugs regarding
thread-local storage. Fixes #90.

Make `sigaction` unsafe
This is done because interrupted execution has soundness bugs regarding
thread-local storage. Fixes #90.

@tbu- tbu- force-pushed the tbu-:pr_unsafe_sigaction branch from b6be837 to a9ce14c Apr 14, 2015

@carllerche 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
@carllerche

This comment has been minimized.

Copy link
Contributor

carllerche commented Apr 14, 2015

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.