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

String lengths incorrect #4

Closed
rspencer01 opened this issue Oct 27, 2021 · 1 comment
Closed

String lengths incorrect #4

rspencer01 opened this issue Oct 27, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@rspencer01
Copy link
Owner

If a JSON payload containing simply a string and some whitespace such as "hello world" is parsed without checking, then calling read_string will return the tail of the entire input, including some whitespace and the close "

@rspencer01 rspencer01 added the bug Something isn't working label Oct 27, 2021
@rspencer01
Copy link
Owner Author

This was introduced after #1

rspencer01 added a commit that referenced this issue Oct 30, 2021
Addresses issue #4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant