Miri value validation: fix handling of uninit memory#74059
Merged
bors merged 4 commits intorust-lang:masterfrom Jul 7, 2020
Merged
Miri value validation: fix handling of uninit memory#74059bors merged 4 commits intorust-lang:masterfrom
bors merged 4 commits intorust-lang:masterfrom
Conversation
Member
Author
|
The Miri side, including test cases, is at rust-lang/miri#1468. |
This was referenced Jul 5, 2020
Contributor
|
@bors r+ |
Collaborator
|
📌 Commit 751b594 has been approved by |
Member
Author
|
Fixed rustfmt. |
Collaborator
|
📌 Commit 319c7f7 has been approved by |
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Jul 6, 2020
…oli-obk Miri value validation: fix handling of uninit memory Fixes rust-lang/miri#1456 Fixes rust-lang/miri#1467 r? @oli-obk
Collaborator
|
⌛ Testing commit 319c7f7 with merge ee186cab341250cf90be51239688e89e4f419102... |
Collaborator
|
💥 Test timed out |
Member
Author
|
@bors retry |
Collaborator
|
⌛ Testing commit 319c7f7 with merge 0772b2c5071f18f9e99bcd48744d4d4fdfeeafcb... |
Collaborator
|
💔 Test failed - checks-azure |
Member
Author
@bors retry |
Collaborator
Collaborator
|
☀️ Test successful - checks-actions, checks-azure |
rust-highfive
added a commit
to rust-lang-nursery/rust-toolstate
that referenced
this pull request
Jul 7, 2020
Tested on commit rust-lang/rust@e1beee4. Direct link to PR: <rust-lang/rust#74059> 💔 miri on windows: test-pass → test-fail (cc @oli-obk @eddyb @RalfJung). 💔 miri on linux: test-pass → test-fail (cc @oli-obk @eddyb @RalfJung).
bors
added a commit
to rust-lang/miri
that referenced
this pull request
Jul 7, 2020
Test uninit memory validation This adds the tests for rust-lang/rust#74059.
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 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.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.
Fixes rust-lang/miri#1456
Fixes rust-lang/miri#1467
r? @oli-obk