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
Fix use after free in CombineTMEMLoadAndStore (#6433)
The patch fixes use-after-free error in the recently introduced
HoistTMEMAlloc.cpp which was detected by the asan build.
We cannot use iterator to the users after erasing the current user of
it.
The solution is to wrap the iterator with make_early_inc_range.
0 commit comments