Building better software with better tools: sanitizers versus valgrind
We often have to write code using  permissive programming languages like C and C++. They tend to generate hard-to-debug problems that can crash your applications. Thankfully, many compilers offer “sanitizersâ€. I discussed them in my post No more leaks with sanitize flags in gcc and clang. I strongly encourage the use of sanitizers as I … Continue reading Building better software with better tools: sanitizers versus valgrind
Back
Read News