Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interger decoding overflow. #246

Closed
deadalnix opened this issue Jan 19, 2023 · 2 comments
Closed

Interger decoding overflow. #246

deadalnix opened this issue Jan 19, 2023 · 2 comments

Comments

@deadalnix
Copy link
Contributor

The code in lexnumeric doesn't check for overflow when decoding values. This is a problem that must be adressed. When a value overflows and decoding is enabled, we need to report the error with an invalid token.

@deadalnix
Copy link
Contributor Author

5b91abc is a first step here, but now we need to decode floats with overflowing mantissa.

@deadalnix
Copy link
Contributor Author

Closing in favor of #263

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant