You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
The library does not correctly consider the length when parsing the input string. If the string is not a NTS, the library will read past the indicated limit.
If the library is passed a correctly formatted JSON and the character next to the indicated end is a non-white space character, the parsing will succeed. But:
if the JSON is incorrect, the parsing can crash;
if the end+1 character is a white string, the parsing will incorrectly fail (for a correct JSON string).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The library does not correctly consider the length when parsing the input string. If the string is not a NTS, the library will read past the indicated limit.
If the library is passed a correctly formatted JSON and the character next to the indicated end is a non-white space character, the parsing will succeed. But:
The text was updated successfully, but these errors were encountered: