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
{{ message }}
This repository was archived by the owner on Dec 1, 2023. It is now read-only.
Fix 'arithmetic operation overflowed' panic in json::Parser::parse_u64
Used checked arithmetic rather than checking for overflow after the fact.
Another option is to keep checking after the fact and use wrapping arithmetic.
0 commit comments