From 0ecdaba0848c45790c1c07a8380f2474c89fec50 Mon Sep 17 00:00:00 2001 From: youbing54 Date: Tue, 20 Aug 2024 11:30:13 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:=20https://gitee.com/openharmony/third?= =?UTF-8?q?=5Fparty=5Fjsoncpp/issues/IALSSK=20decsribe:=20jsoncpp=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=90=8E=E5=90=91=E4=BF=9D=E6=8A=A4=20Feature=20or=20?= =?UTF-8?q?Bugfix:=20Bugfix=20Binary=20Source:=20No=20Signed-off-by:=20you?= =?UTF-8?q?bing54=20=EF=BC=88cherry=20picked=20commit?= =?UTF-8?q?=20from=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 0699a60..4cb68e8 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -45,6 +45,7 @@ if (defined(ohos_lite)) { defines = [ "CJSON_NESTING_LIMIT=(128)" ] } ohos_static_library("cjson_static") { + branch_protector_ret = "pac_ret" sources = [ "cJSON.c" ] public_configs = [ ":cJSON_config" ] part_name = "cJSON" -- Gitee