修复7028: 处理socks流量会出现double free

This commit is contained in:
liuxueli
2021-07-13 14:54:57 +08:00
parent 0320b4b33f
commit e9e75ff6fd
3 changed files with 47 additions and 5 deletions

View File

@@ -132,6 +132,7 @@ struct master_context
tsg_protocol_t proto;
int hit_cnt;
int is_esni;
int is_proxy;
char *domain;
scan_status_t mid;
struct Maat_rule_t *result;