Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix off-by-one error in parser buffer size
When parsing a value with the maximum number of digits the last digit will be truncated and the exponent increased instead. This change allows to parse e.g. `<UINT64_MAX>e0` correctly.
- Loading branch information