控制外部指针在future中的传递层数。
修复future-promise 回调函数中的use after free,包括web cache pend, web cache write和key keeper。 修复decrypt mirror中的写越界。
This commit is contained in:
@@ -712,7 +712,7 @@ int deliver_init_log()
|
||||
int i=0;
|
||||
int j=0;
|
||||
|
||||
char mac_str[DELIVER_MACADDR_STR_LEN]={0};
|
||||
char mac_str[DELIVER_MACADDR_STR_LEN+1]={0};
|
||||
|
||||
for(j = 0; j < 6; j++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user