-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[UBSAN]Member call on address which does not point to an object of type ProductRegistryHelper #46727
Comments
assign core,generators |
New categories assigned: core @Dr15Jones,@makortel,@smuzaffar you have been requested to review this Pull request/Issue and eventually sign? Thanks |
cms-bot internal usage |
A new Issue was created by @smuzaffar. @Dr15Jones, @antoniovilela, @makortel, @mandrenguyen, @rappoccio, @sextonkennedy, @smuzaffar can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
I guess the last time (#35138 (comment)) we came to the conclusion that the flagged class has so much data members between the concrete (dynamic type) object begin address, and the begin address of the e.g. |
The limit seems to still be 1 MB /// A sanity check for Vtable. Offsets to top must be reasonably small
/// numbers (by absolute value). It's a weak check for Vtable corruption.
const int VptrMaxOffsetToTop = 1<<20; |
In UBSAN IBs we have many runtime errors like [a]. Many of these are coming from FW and in past we have decided to ignore them . I see there are also some coming form
GeneratorInterface
? Should we keep on ignoring these or fix them?[a]
e.g
The text was updated successfully, but these errors were encountered: