]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
cjson: security bump to version v1.2.1
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Tue, 31 Jan 2017 16:05:41 +0000 (16:05 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 31 Jan 2017 22:48:32 +0000 (23:48 +0100)
Fixes a potential NULL pointer dereference in
cJSONUtils_InplaceDecodePointerString():

https://github.com/DaveGamble/cJSON/issues/96

[Peter: extend commit message, mention (potential) security impact]
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/cjson/cjson.hash
package/cjson/cjson.mk

index a6370de75a2af8dc0047c5a0d8937d0cdc920c0e..903880f7c512d92fc8864bfb0581eb20c6c8eb03 100644 (file)
@@ -1,2 +1,2 @@
 # Locally computed:
-sha256 df549298ea6515058648eaacc62bcc4f82fa34f8b93af7753e30eb35c3841c7d  cjson-v1.2.0.tar.gz
+sha256 1d976ca423d714b7e836cfbc1980b56f49962d0dfe654edb3c2ffa5c713af242  cjson-v1.2.1.tar.gz
index f0fe63b347de63529870b7e673263b42d65192ea..11c34c5d78905ba12eada30e70f9c9695db09888 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CJSON_VERSION = v1.2.0
+CJSON_VERSION = v1.2.1
 CJSON_SITE = $(call github,DaveGamble,cjson,$(CJSON_VERSION))
 CJSON_INSTALL_STAGING = YES
 CJSON_LICENSE = MIT