在Maat_command.h中增加Maat_str_escape函数,供用户预先处理待输入的字符串规则。
This commit is contained in:
@@ -855,7 +855,7 @@ void _maat_copy_region(struct Maat_region_t* dst,const struct Maat_region_t* src
|
||||
case REGION_DIGEST:
|
||||
dst->digest_rule.digest_string=_maat_strdup(src->digest_rule.digest_string);
|
||||
break;
|
||||
case REGION_SIMILARITY:
|
||||
case REGION_SIMILARITY:
|
||||
dst->similarity_rule.target=_maat_strdup(src->similarity_rule.target);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user