mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
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:
7
components/json/component.mk
Normal file
7
components/json/component.mk
Normal 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
|
Reference in New Issue
Block a user