Check atomic access alignment requirements #475
Labels
A-validation
Area: This affects enforcing the validity invariant, and related UB checking
C-bug
Category: This is a bug.
I-misses-UB
Impact: makes Miri miss UB, i.e., a false negative (with default settings)
As pointed out in rust-lang/rust#53514, atomic accesses have higher alignment requirements than normal accesses. We should model this properly in miri.
The text was updated successfully, but these errors were encountered: