summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhengchao <[email protected]>2022-03-04 13:01:28 +0500
committerzhengchao <[email protected]>2022-03-04 13:01:28 +0500
commita4fcb73f8a6406c2ae582d5da1ce81fada5c69f4 (patch)
tree2f3e77f5ee691df8a2d3c0282f45cfa30a22652b
parenta184be53deca03f18ea9c91bd227a1d1a9b42b04 (diff)
在ex data更新时,操作哈希时笔误,导致断错误。v3.6.3
-rw-r--r--src/entry/Maat_ex_data.cpp2
-rw-r--r--src/entry/Maat_rule.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/entry/Maat_ex_data.cpp b/src/entry/Maat_ex_data.cpp
index aefc346..e2b7915 100644
--- a/src/entry/Maat_ex_data.cpp
+++ b/src/entry/Maat_ex_data.cpp
@@ -239,7 +239,7 @@ void EX_data_rt_updating_hash_add(struct EX_data_rt* ex_rt, const char* key, siz
}
else
{
- HASH_ADD_KEYPTR(hh_a, ex_rt->hash_key2ex_b, key,key_len, exc);
+ HASH_ADD_KEYPTR(hh_a, ex_rt->hash_key2ex_a, key,key_len, exc);
}
return;
}
diff --git a/src/entry/Maat_rule.cpp b/src/entry/Maat_rule.cpp
index dd1d9ab..45e1266 100644
--- a/src/entry/Maat_rule.cpp
+++ b/src/entry/Maat_rule.cpp
@@ -57,7 +57,7 @@ extern "C"
}
#endif
-int MAAT_FRAME_VERSION_3_6_1_20220303=1;
+int MAAT_FRAME_VERSION_3_6_3_20220304=1;
int is_valid_table_name(const char* str)
{