From f0a2fdbb79f7a01b367df1b843ccbd8562e562b3 Mon Sep 17 00:00:00 2001 From: chenkeyu Date: Sat, 1 Jun 2024 18:11:32 +0800 Subject: [PATCH] Revert CFI enable in c_utils:utils Issue:https://gitee.com/openharmony/commonlibrary_c_utils/issues/I9U7KI?from=project-issue Signed-off-by: chenkeyu --- base/BUILD.gn | 4 ---- 1 file changed, 4 deletions(-) diff --git a/base/BUILD.gn b/base/BUILD.gn index c3d2920..e9b037c 100644 --- a/base/BUILD.gn +++ b/base/BUILD.gn @@ -164,11 +164,7 @@ ohos_shared_library("utils") { if (c_utils_feature_intsan) { sanitize = { integer_overflow = true - cfi = true - cfi_cross_dso = true - debug = false } - branch_protector_ret = "pac_ret" } } -- Gitee