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
UBSAN support is being added with #390 and will include an ignorelist in order to exclude third party code from sanitation reports. ASAN also supports ignorelists, so we should add support for that in the same manner.
The text was updated successfully, but these errors were encountered:
To put a bit more words, all sanitizers use the -fsanitize-ignorelist flag. If we wish to add ignores for ASAN, we would move the flag to the shared flags that are set for the sanitizers (to make things more obvious), and add them to the existing file (for HTTP API at least).
Or use separate ignore files, but that might make things a bit confusing?
Feature
UBSAN support is being added with #390 and will include an ignorelist in order to exclude third party code from sanitation reports. ASAN also supports ignorelists, so we should add support for that in the same manner.
The text was updated successfully, but these errors were encountered: