From 108865c628d4cfb9554c6cef02be13015c8a198a Mon Sep 17 00:00:00 2001 From: chenkeyu Date: Thu, 27 Feb 2025 10:05:54 +0800 Subject: [PATCH] add pac cfi Issue: https://gitee.com/openharmony/commonlibrary_c_utils/issues/IBP9XZ?from=project-issue Signed-off-by: chenkeyu --- base/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/base/BUILD.gn b/base/BUILD.gn index d53a863..494a358 100644 --- a/base/BUILD.gn +++ b/base/BUILD.gn @@ -173,6 +173,7 @@ ohos_shared_library("utils") { sanitize = { integer_overflow = true } + branch_protector_ret = "pac_ret" } } -- Gitee