Skip to content
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 integer overflow. #62

Closed
wants to merge 1 commit into from
Closed

Fix integer overflow. #62

wants to merge 1 commit into from

Commits on Nov 15, 2023

  1. Fix integer overflow.

    Some demangling let n grow above its max positive int.
    For these cases int is promoted to int64 and demangle_class_name()
    always returns unsuccessful if n < 0.
    Rot127 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    08bcf73 View commit details
    Browse the repository at this point in the history