forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cJSON: Update submodule to latest release.
This update fixes NULL pointer dereference issues in previous release Closes espressif#7317
- Loading branch information
1 parent
ba3168d
commit b975bc9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cJSON
updated
10 files
+3 −0 | .gitattributes | |
+10 −0 | CHANGELOG.md | |
+1 −1 | CMakeLists.txt | |
+1 −1 | Makefile | |
+26 −11 | cJSON.c | |
+2 −2 | cJSON.h | |
+7 −1 | cJSON_Utils.c | |
+49 −0 | tests/cjson_add.c | |
+1 −1 | tests/json_patch_tests.c | |
+1 −1 | tests/readme_examples.c |