Maat_rule_get_ex_data读取compile rule的exdata时,对scanner判空,避免无配置时发生段错误。 修复 TSG-9349

This commit is contained in:
zhengchao
2022-01-12 10:43:46 +05:00
parent 65712be21c
commit d2db95e528
3 changed files with 5 additions and 2 deletions

View File

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