Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix possible uninitialised value dereference if jq_init() fails
If jq_init() fails, goto out would try to free input_state which is uninitialised. I initialised input_state to NULL to fix the problem. Ref: #2934 (comment) Reported-By: Klemens Nanni <kn@openbsd.org>
- Loading branch information