From 5935192740ec097936d64472d50f72d5aa484f49 Mon Sep 17 00:00:00 2001 From: zhangdi Date: Fri, 27 Jun 2025 09:52:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E4=BE=8B=E6=B5=8B=E8=AF=95=E5=A5=97?= =?UTF-8?q?=E5=81=B6=E5=85=88crash=E9=97=AE=E9=A2=98=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangdi --- services/distributeddataservice/service/test/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/services/distributeddataservice/service/test/BUILD.gn b/services/distributeddataservice/service/test/BUILD.gn index e49bc9089..8e15586e3 100644 --- a/services/distributeddataservice/service/test/BUILD.gn +++ b/services/distributeddataservice/service/test/BUILD.gn @@ -623,6 +623,7 @@ ohos_unittest("RdbServiceImplTokenTest") { cfi = true cfi_cross_dso = true debug = false + blocklist = "${datamgr_service_path}/cfi_blocklist.txt" } module_out_path = module_output_path sources = [ -- Gitee