Sanitize your C++ containers: ASan annotations step-by-step
Sanitize your C++ containers: ASan annotations step-by-step
blog.trailofbits.com Sanitize your C++ containers: ASan annotations step-by-step
By Dominik Klemba and Dominik Czarnota AddressSanitizer (ASan) is a compiler plugin that helps detect memory errors like buffer overflows or use-after-frees. In this post, we explain how to equip y…
0
comments