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
325: Address sanitizers for Rust r=Bromeon a=Bromeon
We have missed a lot of UB that occurred only in Rust code and wasn't detected by AddressSanitizer outside of C++ code. This PR enables ASan for Rust code using `-Zsanitizer=address` in the two memcheck CI jobs. As such, this is a follow-up to #133.
The CI currently fails because there is still some UB on `master`... ideally we can fix this soon.
bors try
Co-authored-by: Jan Haller <[email protected]>
0 commit comments