Skip to content

Round trip with big floats fail #24

@matcool

Description

@matcool

Found with libFuzzer

Parsing the following json:

1111223122231224242E3

will work correctly. Calling value.dump() on the resulting object will return:

1111223122231224303616

However, trying to parse this will fail, as it tries to get parsed as an integer, which would overflow

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions