-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Miri value validation: fix handling of uninit memory #74059
Conversation
The Miri side, including test cases, is at rust-lang/miri#1468. |
@bors r+ |
📌 Commit 751b594 has been approved by |
Fixed rustfmt. |
📌 Commit 319c7f7 has been approved by |
…oli-obk Miri value validation: fix handling of uninit memory Fixes rust-lang/miri#1456 Fixes rust-lang/miri#1467 r? @oli-obk
⌛ Testing commit 319c7f7 with merge ee186cab341250cf90be51239688e89e4f419102... |
💥 Test timed out |
@bors retry |
⌛ Testing commit 319c7f7 with merge 0772b2c5071f18f9e99bcd48744d4d4fdfeeafcb... |
💔 Test failed - checks-azure |
@bors retry |
☀️ Test successful - checks-actions, checks-azure |
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).
Test uninit memory validation This adds the tests for rust-lang/rust#74059.
Fixes rust-lang/miri#1456
Fixes rust-lang/miri#1467
r? @oli-obk