-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New ASAN issue in main repo #32435
Comments
I think it's a false positive on the GCC implementation of ASAN, I stopped getting it after switching to clang. If it's not a false positive, there's still a chance the issue is on our code, as we might be using the wrong type to allocate those objects. |
I switched to clang, this goes away too. |
I'll close this then (feel free to reopen if you think there's still something actionable for this issue). #32415 tracks at least one of the other issues. |
Originally posted by @gengjiawen in #32406 (comment)
The text was updated successfully, but these errors were encountered: