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
consolidation: fix UB from mutable pointer aliasing (#353)
Running the added testcase under miri without the equality check results
in Undefined Behaviour from creating two mutable references pointing to
the same location.
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
0 commit comments