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

Prevent jsondump from trying to print values that don't exist #142

Closed
wants to merge 1 commit into from

Conversation

pt300
Copy link
Collaborator

@pt300 pt300 commented Oct 4, 2018

This small change to example program stops it from assuming that each key in an object has a value.
Fixes #125 and #138

@pt300 pt300 mentioned this pull request Mar 6, 2019
zserge added a commit that referenced this pull request Mar 30, 2019
zserge added a commit that referenced this pull request Apr 20, 2019
* add .clang-format for automated code formatting
* automatic code formatting
* move config.mk below all target to allow custom non-default build targets
* add license to the top of the file
* use correct header file guards syntax
* convert to single-header, header-only library
* update makefile to use jsmn as a header-only library
* update readme
* add changed from PR #143
* fix clang warnings
* add changes from PR #142
* add consts as per PR #134
@pt300
Copy link
Collaborator Author

pt300 commented May 12, 2019

Fix applied

@pt300 pt300 closed this May 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

heap buffer overflow on some inputs
1 participant