-
Notifications
You must be signed in to change notification settings - Fork 42
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
Read/write past end of object of an enum type declared via a type alias if size is less than 4 bytes #215
Comments
Looks like Cling is unable to resolve the type, in which case cppyy defaults to |
Reported to Cling, root-project/cling#521. Looks like it writes past the end of the object too.
result is
|
To be sure, the offending code has seen a divergence between what I have in cppyy and what is in the ROOT repo... Regardless, the problem besides the unrecognized |
I picked Additionally, could cling-1.0 help? I tried and it seems to be able to resolve the enum type through the alias. But I haven't been able to try cling-0.9. |
result is
The combination of
is required to reproduce this behavior.
The text was updated successfully, but these errors were encountered: