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
Deleting the same pointer twice accidentally with thread_safe_new can cause very difficult to debug undefined behavior. In sanity check mode, set a magic number in the initial bits to track whether a pointer is getting deleted twice.
The text was updated successfully, but these errors were encountered:
Deleting the same pointer twice accidentally with
thread_safe_new
can cause very difficult to debug undefined behavior. In sanity check mode, set a magic number in the initial bits to track whether a pointer is getting deleted twice.The text was updated successfully, but these errors were encountered: