We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in yajl_tree.c, on line 299, we use ctx->stack->value->type but, at this location, ctx->stack->value may be NULL
The text was updated successfully, but these errors were encountered:
Good catch! I'll see if I can make it safe.
Sorry, something went wrong.
In the end I don't think it is ever possible for value to ever be NULL in a valid stack object. I'll add some tests and asserts to make sure.
value
stack
No branches or pull requests
in yajl_tree.c, on line 299, we use ctx->stack->value->type but, at this location, ctx->stack->value may be NULL
The text was updated successfully, but these errors were encountered: