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
cJSON_ParseWithLengthOpts seems to access memory one past the end of the parseable region, when when require_null_terminated is false. Buffers with should be sized with an extra byte or have an appropriate bounds check.