From 9a4d62205d1015e833ea72272cec1b9686e2d3f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=97=AD=E8=BE=89?= Date: Mon, 20 Jan 2025 11:56:05 +0000 Subject: [PATCH] update frameworks/inner_api/security_component/src/sec_comp_caller_authorization.cpp. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙旭辉 --- .../security_component/src/sec_comp_caller_authorization.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/inner_api/security_component/src/sec_comp_caller_authorization.cpp b/frameworks/inner_api/security_component/src/sec_comp_caller_authorization.cpp index c1fb305..99fa80a 100644 --- a/frameworks/inner_api/security_component/src/sec_comp_caller_authorization.cpp +++ b/frameworks/inner_api/security_component/src/sec_comp_caller_authorization.cpp @@ -21,7 +21,7 @@ namespace OHOS { namespace Security { namespace SecurityComponent { namespace { -static constexpr int32_t MAX_FUNC_ASM_SIZE = 0x250; +static constexpr int32_t MAX_FUNC_ASM_SIZE = 0x280; static constexpr OHOS::HiviewDFX::HiLogLabel LABEL = { LOG_CORE, SECURITY_DOMAIN_SECURITY_COMPONENT, "SecCompCallerAuthorization"}; static constexpr size_t MAX_CALLER_SIZE = 10; -- Gitee