Uh oh!
There was an error while loading. Please reload this page.
SGX target: convert a bunch of panics to aborts - #59613
Merged
Merged
Conversation
rust-highfive
commented
Apr 1, 2019
Contributor
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Apr 1, 2019
Contributor
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
jethrogbforce-pushed
the
jb/waitqueue-wait-unwind
branch
from
April 1, 2019 19:24
be0b36f to
6d96c89Comparealexcrichton
commented
Apr 1, 2019
Member
@bors: r+ delegate+ |
bors
commented
Apr 1, 2019
Collaborator
✌️ @jethrogb can now approve this pull request |
bors
commented
Apr 1, 2019
Collaborator
📌 Commit 6d96c89 has been approved by |
Centril added a commit
to Centril/rust
that referenced
this pull request
Apr 1, 2019
…r=alexcrichton SGX target: convert a bunch of panics to aborts Fixesfortanix/rust-sgx#86, fortanix/rust-sgx#103 and in general protect preemptively against Iago attacks by aborting instead of unwinding in potentially unexpected situations.
Centril added a commit
to Centril/rust
that referenced
this pull request
Apr 2, 2019
…r=alexcrichton SGX target: convert a bunch of panics to aborts Fixesfortanix/rust-sgx#86, fortanix/rust-sgx#103 and in general protect preemptively against Iago attacks by aborting instead of unwinding in potentially unexpected situations.
bors added a commit
that referenced
this pull request
Apr 2, 2019
Rollup of 8 pull requests Successful merges: - #59262 (Remove duplicated code from Iterator::{ne, lt, le, gt, ge}) - #59286 (Refactor async fn return type lowering) - #59444 (Implement useful steps_between for all integers) - #59452 (Speed up rustdoc run a bit) - #59533 (Support allocating iterators with arenas) - #59585 (Fixes for shallow borrows) - #59607 (Renames `EvalErrorKind` to `InterpError`) - #59613 (SGX target: convert a bunch of panics to aborts) Failed merges: - #59630 (Shrink `mir::Statement`.) r? @ghost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto 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.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixesfortanix/rust-sgx#86, fortanix/rust-sgx#103 and in general protect preemptively against Iago attacks by aborting instead of unwinding in potentially unexpected situations.