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

Catch short documents in JSON input #677

Merged
merged 1 commit into from
May 5, 2021

Commits on Feb 1, 2021

  1. Catch short documents in JSON input

    When reading unnamed fields from JSON input, the member/value iterators
    are incremented blind without checking if the end of the iterator has
    been reached.
    
    Record the size so that this can be checked against the current position
    to ensure reading doesn't walk off the end of the iterator.
    johnkeeping committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    498af93 View commit details
    Browse the repository at this point in the history