From 089a9d622906db8da65b471a3f6684bb680d3062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=8F=8B=E6=9D=BE?= Date: Mon, 23 Dec 2024 02:20:34 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=AF=91=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 邹友松 --- frameworks/js/napi/update/BUILD.gn | 2 -- services/engine/BUILD.gn | 2 -- 2 files changed, 4 deletions(-) diff --git a/frameworks/js/napi/update/BUILD.gn b/frameworks/js/napi/update/BUILD.gn index 12084aaf..1306b0ae 100644 --- a/frameworks/js/napi/update/BUILD.gn +++ b/frameworks/js/napi/update/BUILD.gn @@ -17,8 +17,6 @@ import("../session/update_session.gni") ohos_shared_library("$updateengine_client_library_name") { sanitize = { - integer_overflow = true - ubsan = true boundary_sanitize = true } sources = [] diff --git a/services/engine/BUILD.gn b/services/engine/BUILD.gn index ef90d805..5d100214 100644 --- a/services/engine/BUILD.gn +++ b/services/engine/BUILD.gn @@ -34,8 +34,6 @@ ohos_prebuilt_etc("updater_sa.cfg") { ohos_shared_library("$updateengine_library_name") { sanitize = { - integer_overflow = true - ubsan = true boundary_sanitize = true } shlib_type = "sa" -- Gitee