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
#62 and #63 showed that it's too easy to introduce use-after-free bugs.
These can be caught by adding the fsanitize=address flag, which will exit non-zero if such a bug is found. Due to the performance penalty, enable this only in debug mode.
The text was updated successfully, but these errors were encountered:
#62 and #63 showed that it's too easy to introduce use-after-free bugs.
These can be caught by adding the fsanitize=address flag, which will exit non-zero if such a bug is found. Due to the performance penalty, enable this only in debug mode.
The text was updated successfully, but these errors were encountered: