Skip to content

Commit

Permalink
Update cJSON to v1.7.1
Browse files Browse the repository at this point in the history
* Fix buffer overflow issue in cJSON 1.6.0
* Change cJSON structure to git submodule

Closes espressif#1577
  • Loading branch information
projectgus committed Feb 5, 2018
1 parent 475ffe7 commit 11bf72a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 4,558 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
20 changes: 0 additions & 20 deletions components/json/LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions components/json/cJSON
Submodule cJSON added at 7cc52f
7 changes: 3 additions & 4 deletions components/json/component.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := include port/include

COMPONENT_SRCDIRS := library port

COMPONENT_ADD_INCLUDEDIRS := cJSON
COMPONENT_SRCDIRS := cJSON
COMPONENT_SUBMODULES := cJSON
263 changes: 0 additions & 263 deletions components/json/include/cJSON.h

This file was deleted.

Loading

0 comments on commit 11bf72a

Please sign in to comment.