Goolge ASAN在VS2019 16版本以后得以支持,可以用来定位开发时遇到的大多内存问题,诸如栈、堆、全局变量越界、alloc-dealloc-mismatch、allocation-size-too-big、new-delete-type-mismatch、heap-use-after-free、stack-use-after-scope、stack-use-after-return、use-after-free、use-after-return、dynamic initialization。本文档提供的是基于VS2019的ASAN常用选项。
2022-07-04 09:02:14
537B
开发工具
1