生效范围支持对\b、\\、\&字符转义
This commit is contained in:
@@ -2057,6 +2057,7 @@ void update_compile_rule(struct Maat_table_schema* table,const char* table_line
|
|||||||
}
|
}
|
||||||
if(n_tags>0&&strlen(tag_str)>2)
|
if(n_tags>0&&strlen(tag_str)>2)
|
||||||
{
|
{
|
||||||
|
str_unescape(tag_str);
|
||||||
ret=compare_accept_tag(tag_str, tags, n_tags);
|
ret=compare_accept_tag(tag_str, tags, n_tags);
|
||||||
if(ret<0)
|
if(ret<0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user