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

Parsing of control characters #1546

Open
j-moeller opened this issue Jul 3, 2024 · 0 comments
Open

Parsing of control characters #1546

j-moeller opened this issue Jul 3, 2024 · 0 comments

Comments

@j-moeller
Copy link

Describe the bug
jsoncpp parses control characters below 0x20 which is (technically) not in accordance with the JSON grammar.

To Reproduce
We collected a minimum working sample here.

Expected behavior
Upon receiving a control character the parsing should be aborted to conform to the JSON grammar.

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