1、修复bug:virtual table扫描时,未能正确识别上一次命中的compile的bug,导致compile多次返回。2、修复bug:在进行virtual table+ Expr plus的扫描时,由于笔误,错误的认为table id不合法

This commit is contained in:
zhengchao
2019-11-21 18:48:22 +08:00
parent fb9f5587ef
commit 2f10504d64
5 changed files with 8 additions and 8 deletions

View File

@@ -46,7 +46,7 @@
#define UNUSED __attribute__((unused))
const char* module_name_str(const char*name);
#define maat_module (module_name_str("MAAT_Frame"))
#define TO_RELATION_ID(vid, gid) ((unsigned long long)vid<<32|gid)
char* _maat_strdup(const char* s);
char* str_unescape(char* s);
inline void ipv6_ntoh(unsigned int *v6_addr)