Skip to content

Integer Overflow When Processing Large Numeric Literal #408

@yasandu0505

Description

@yasandu0505

When I try to process this numeric value -> 2373358021, this gave me an error saying 'value is out of range for type integer'

This happens because the value exceeds the maximum range of a 32-bit signed integer. Unlike string parsing, this issue occurs when the number is used directly as a literal.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggo

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions