You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rust to_int() and related methods on integers do not check for overflow in the current Rust codebase. Either update the library to work around this, or create a patch against Rust to do these checks.
The text was updated successfully, but these errors were encountered:
I believe that when I opened this issue last October that those functions didn't check for overlfow. Or, maybe they did and I misread them. Regardless, they certainly do now. I'll close this issue since this doesn't seem to be a problem.
The rust to_int() and related methods on integers do not check for overflow in the current Rust codebase. Either update the library to work around this, or create a patch against Rust to do these checks.
The text was updated successfully, but these errors were encountered: