Update cJSON to v1.7.1

* Fix buffer overflow issue in cJSON 1.6.0
* Change cJSON structure to git submodule

Closes https://github.com/espressif/esp-idf/issues/1577
This commit is contained in:
Angus Gratton
2018-02-05 11:31:02 +08:00
parent 8856cc055a
commit 963fa0fd3a
9 changed files with 9 additions and 4558 deletions

4
.gitmodules vendored
View File

@@ -33,3 +33,7 @@
[submodule "components/spiffs/spiffs"]
path = components/spiffs/spiffs
url = https://github.com/pellepl/spiffs.git
[submodule "components/json/cJSON"]
path = components/json/cJSON
url = https://github.com/DaveGamble/cJSON.git