摘要: 地址消毒 编译选项 -fsanitize=address // prog.c #include "stdlib.h" #define ARRAY_SIZE int main() { int* ptr = (int *)malloc(sizeof(int)*ARRAY_SIZE); for (int 阅读全文
posted @ 2020-11-06 00:24 wangshaodong 阅读(258) 评论(0) 推荐(0)