Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid overflowing int and uint on 32-bit systems (#184)
This fixes a bug where, on 32-bit operating systems, a large integer value would overflow when boxed from a 64-bit int/uint (from ParseInt/ParseUint) to a 32bit int/uint.
- Loading branch information