feat(json): update cJSON to v1.7.12

Fixes potential DoS in cJSON_Minify, see https://github.com/DaveGamble/cJSON/issues/354

Using submodule instead of source code.
This commit is contained in:
dongheng
2019-08-14 14:59:17 +08:00
parent 8820d1036f
commit 26bd48c467
221 changed files with 15 additions and 32585 deletions

View File

@ -0,0 +1,7 @@
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := cJSON
COMPONENT_SRCDIRS := cJSON
COMPONENT_SUBMODULES := cJSON
COMPONENT_OBJS := cJSON/cJSON.o cJSON/cJSON_Utils.o