-
Notifications
You must be signed in to change notification settings - Fork 356
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
False Positive - incorrect alignment #1925
Comments
This looks a lot like #1919 except that this doesn't use async. Maybe the cause of that other issue is unrelated to async? |
Hmm, given that two people reported similar issues at similar times ... maybe this is a regression? |
Well, having an example without |
I am pretty sure I know what is causing this... yes it is a regression but it happened more than half a year ago. It just seemingly needs very special circumstances to be triggered. The regression is on this line introduced by rust-lang/rust#85376. I think I will have a patch shortly. |
rust-lang/rust#91303 should fix this. |
Miri complained about alignment bugs in
blake2_simd
and I managed to make this minimum reproducible example:Miri output:
playground: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=2e1749d0115ff35f9c763312fdc449f8
It's obvious that there's no bug in the rust code itself, so it's either in miri or in the MIR lowering code of current nightly?
The text was updated successfully, but these errors were encountered: