bool matcher中引用了已经被释放的compile,导致段错误。 TSG-6548

This commit is contained in:
zhengchao
2021-06-01 21:19:41 +08:00
parent 6b9162272d
commit 7980d87924
3 changed files with 102 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ extern "C"
}
#endif
int MAAT_FRAME_VERSION_3_1_21_20210513=1;
int MAAT_FRAME_VERSION_3_1_22_20210601=1;
int is_valid_table_name(const char* str)
{