From 754a3b883d1c2a57643a03cd8db886b955ac6c7a Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 6 Sep 2021 09:11:58 +0800 Subject: [PATCH] src/meta-openembedded:cjson: upgrade 1.7.14 -> 1.7.15 Fixes: Fix potential core dumped for strrchr, see https://github.com/DaveGamble/cJSON/pull/546 Fix null pointer crash in cJSON_CreateXxArray, see https://github.com/DaveGamble/cJSON/pull/538 Fix several null pointer problems on allocation failure, see https://github.com/DaveGamble/cJSON/pull/526 Fix a possible dereference of null pointer, see https://github.com/DaveGamble/cJSON/pull/519 Fix windows build failure about defining nan, see https://github.com/DaveGamble/cJSON/pull/518 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- src/meta-openembedded | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta-openembedded b/src/meta-openembedded index 340ec8b25ea..fa00ac02df4 160000 --- a/src/meta-openembedded +++ b/src/meta-openembedded @@ -1 +1 @@ -Subproject commit 340ec8b25eafe644ab760fd784ccef217b7ee864 +Subproject commit fa00ac02df4e3caabe8ba81d1700cec835bcb139