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
Make BackwardsTrace::addrMapping a string_view type (#40331)
Commit Message: Make BackwardsTrace::addrMapping a string_view type
Additional Description: This makes it so in the event of it being
triggered in a tsan context without having been initialized, it still
doesn't malloc anything - it is a tsan error to malloc during a signal.
Risk Level: Only crash-related so pretty safe.
---------
Signed-off-by: Raven Black <[email protected]>
0 commit comments