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
That implementation is already somehow tested, but after that change it is required to build a separate libc++ dylibs with ASan, so we are waiting with landing for #33347 (we want to ship those dylibs with LLVM and we want driver to choose correct ones automatically, that should help with avoiding compatibility issues after that change).
While it is change "breaking ABI", ASan ABI is not stable.
Extended Description
__sanitizer_annotate_contiguous_container clearly mark used/unused portions of container storage and help catch out of bounds errors.
The text was updated successfully, but these errors were encountered: