-
Notifications
You must be signed in to change notification settings - Fork 217
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
Fix SAN failure in Daily build #4201
Fix SAN failure in Daily build #4201
Conversation
fix_san_ca_container_overflow@49342 aka 20220907.9 vs main ewma over 20 builds from 49052 to 49338 Click to see tablemain
fix_san_ca_container_overflow
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we found out where in the code CA
constructor is being called by default values? (I couldn't find any)
Edit: I think the answer is no, just looked at your edited description
I don't think there any instances calling the constructors with the default values, as they would be ambiguous (is |
Without a default constructor explicitly specified, it will result in an error. (With and without default values) |
The Instrumented build has detected a container overflow since #4183, which added the external executor test.
We can't work out what's different about this build/app/run, or what's unusual about this bit of code that causes the error. I'm leaning towards it being a false positive, but can't be sure.
The fix here is to refactor the code to avoid the alert entirely.
The full sanitizer error, for posterity: