You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust recently landed mitigations for MSVC's allocator sometimes allocating 4-byte aligned values for types with higher alignment. Perhaps we could take a similar approach? This would be best-effort, and would not provide any soundness guarantees.