diff options
| author | fengweihao <[email protected]> | 2023-06-08 16:27:29 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2023-06-08 16:27:29 +0800 |
| commit | 9dc688587c2fa6197a798bbee8ca3232b4f54b47 (patch) | |
| tree | 60e3be34d09f5c7fd111ea5bfe0f826131de8a1c | |
| parent | 475686161156ecc0774c783891648bad17bbd85b (diff) | |
适配Maat4接口maat_plugin_table_get_ex_data参数变更v3.0.11-20230608
| -rw-r--r-- | platform/src/verify_matcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
