修复编码转换去重过程中引入的与表达式子项丢失的bug。

This commit is contained in:
zhengchao
2016-06-03 15:10:49 +08:00
parent 6a27c0091e
commit 9b5dd186a7
2 changed files with 15 additions and 7 deletions

View File

@@ -167,6 +167,7 @@ struct op_expr_t
{
boolean_expr_t* p_expr;
scan_rule_t* p_rules[MAAT_MAX_EXPR_ITEM_NUM];
int no_effect_convert_cnt;
};
struct _Maat_region_rule_t