From 2e8d8d7714a0b3d946d60173cb69629a0dd207af Mon Sep 17 00:00:00 2001 From: youbing54 Date: Thu, 29 Aug 2024 11:41:57 +0800 Subject: [PATCH] =?UTF-8?q?describe:=20cJson=E6=B7=BB=E5=8A=A0=E5=90=8E?= =?UTF-8?q?=E5=90=91=E4=BF=9D=E6=8A=A4=E6=8C=91=E5=8D=955.0release=20Issue?= =?UTF-8?q?No:=20https://gitee.com/openharmony/third=5Fparty=5FcJSON/issue?= =?UTF-8?q?s/IANSEG=20Feature=20or=20Bugfix:=20Bugfix=20Binary=20Source:Ye?= =?UTF-8?q?s=20Signed-off-by:=20youbing54=20=EF=BC=88?= =?UTF-8?q?cherry=20picked=20commit=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 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