-
Notifications
You must be signed in to change notification settings - Fork 18
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
Undefined behavior #7
Comments
What is the value of |
Dear @lh3, Thanks for the reply. How can I check the max level? I'm using the cpp api. I assume I'm using the default. If a tree is empty is there a way to check first? I know these are pedantic issues, but I'd like to pass UBSAN and No warnings if possible. Best, Zev |
You can modify |
Hi @lh3,
This did the trick. All UBSAN tests passing. |
Yes, this is a good fix. It occurs after calling |
Thanks for the confirmation. Changes made. |
Thanks @lh3! |
Dear @lh3,
While running sanitation (address,undefined), I hit errors in
IITree
. I attempted debugging, but was unable to figure out the shifts. I would really appreciate it if you could take a look at this undefined behavior, and variable name masking. Let me know if I can help in any way.Best wishes,
Zev
The text was updated successfully, but these errors were encountered: