-
Notifications
You must be signed in to change notification settings - Fork 16
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
possible overflow bugs #24
Comments
Lines 366 to 369 in ca76a0a
|
Lines 303 to 318 in ca76a0a
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sml_parser/src/sml.cpp
Lines 90 to 93 in ca76a0a
Suppose
currentLevel = MAX_TREE_SIZE - 1
at Line 90. Then,currentLevel = MAX_TREE_SIZE
at Line 92, which leads to the following overflow bug.The text was updated successfully, but these errors were encountered: