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
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 your C++ code with ASan annotations to find more bugs. We also show our work on ASan in GCC and LLVM. In LLVM, Trail of […]

Link Actions