From eef2a51affd83e72b94b30db9abc00b940544930 Mon Sep 17 00:00:00 2001 From: youbing54 Date: Thu, 29 Aug 2024 11:41:57 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:=20https://gitee.com/openharmony/third?= =?UTF-8?q?=5Fparty=5FcJSON/issues/IANAZ1=20describe:=20cjson=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:Yes=20Signed-off-by:=20youbi?= =?UTF-8?q?ng54?= 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 4cb68e8..e61b60a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -52,6 +52,7 @@ if (defined(ohos_lite)) { subsystem_name = "thirdparty" } ohos_shared_library("cjson") { + branch_protector_ret = "pac_ret" sources = [ "cJSON.c" ] public_configs = [ ":cJSON_config" ] innerapi_tags = [ -- Gitee