From 9dc688587c2fa6197a798bbee8ca3232b4f54b47 Mon Sep 17 00:00:00 2001 From: fengweihao Date: Thu, 8 Jun 2023 16:27:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8DMaat4=E6=8E=A5=E5=8F=A3maat?= =?UTF-8?q?=5Fplugin=5Ftable=5Fget=5Fex=5Fdata=E5=8F=82=E6=95=B0=E5=8F=98?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/src/verify_matcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/src/verify_matcher.cpp b/platform/src/verify_matcher.cpp index 11f154b..6a23fca 100644 --- a/platform/src/verify_matcher.cpp +++ b/platform/src/verify_matcher.cpp @@ -804,7 +804,7 @@ static enum policy_action decide_ctrl_action(int vsys_id, int compile_table_id, { rule_ctx =(struct rule_data_ctx *)maat_plugin_table_get_ex_data(g_policy_rt->feather[vsys_id], g_policy_rt->compile_table_id[compile_table_id], - (const char *)&results[i]); + (const char *)&results[i], sizeof(long long)); if(!rule_ctx) { continue;