int main(){ /* heap_broken.cpp int n; char* p = NULL; while (1) { p = (char*)malloc(10); strcpy(p, "01234567890lllllllllllllllllllllllllllllllllllllll"); p = (char*)malloc(10); } } 相关文章: 2021-12-20 2022-12-23 2022-01-09 2022-12-23 2021-06-06 2021-11-20 2022-12-23