Skip to content

Commit

Permalink
cjson: upgrade 1.7.14 -> 1.7.15
Browse files Browse the repository at this point in the history
Fixes:
Fix potential core dumped for strrchr, see DaveGamble/cJSON#546
Fix null pointer crash in cJSON_CreateXxArray, see DaveGamble/cJSON#538
Fix several null pointer problems on allocation failure, see DaveGamble/cJSON#526
Fix a possible dereference of null pointer, see DaveGamble/cJSON#519
Fix windows build failure about defining nan, see DaveGamble/cJSON#518

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Sep 6, 2021
1 parent 340ec8b commit fa00ac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=218947f77e8cb8e2fa02918dc41c50d0"

SRC_URI = "git://github.com/DaveGamble/cJSON.git"
SRCREV = "d2735278ed1c2e4556f53a7a782063b31331dbf7"
SRCREV = "d348621ca93571343a56862df7de4ff3bc9b5667"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit fa00ac0

Please sign in to comment.