From 6c3f53d85b11e68583202fd922a54359cf9ebe09 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Tue, 25 May 2021 11:55:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9APP=E5=AD=97=E5=85=B8=E8=A1=A8?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E7=A9=BA=E6=A0=BC=E8=BF=9B=E8=A1=8C=E8=BD=AC?= =?UTF-8?q?=E4=B9=89=EF=BC=8C=E7=94=B1\\b=E8=BD=AC=E6=8D=A2=E4=B8=BA'=20'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tsg_rule.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/tsg_rule.cpp b/src/tsg_rule.cpp index c7fc069..0364baa 100644 --- a/src/tsg_rule.cpp +++ b/src/tsg_rule.cpp @@ -491,6 +491,15 @@ static void app_id_dict_new_data(int table_id, const char* key, const char* tabl return; } + str_unescape(app_id_dict->app_name); + str_unescape(app_id_dict->parent_app_name); + str_unescape(app_id_dict->category); + str_unescape(app_id_dict->subcategroy); + str_unescape(app_id_dict->technology); + str_unescape(app_id_dict->characteristics); + str_unescape(app_id_dict->depends_on_app_ids); + str_unescape(app_id_dict->implicitly_uses_app_ids); + atomic_inc(&app_id_dict->ref_cnt); eliminate_default_value(app_id_dict->app_name); eliminate_default_value(app_id_dict->parent_app_name);