Memory error checking in C and C++: Comparing Sanitizers and Valgrind

150 · Red Hat · May 5, 2021, 7:25 a.m.
This article compares two tools, Sanitizers and Valgrind, that find memory bugs in programs written in memory-unsafe languages. These two tools work in very different ways. Therefore, while Sanitizers (developed by Google engineers) presents several advantages over Valgrind, each has strengths and weaknesses. Note that the Sanitizers project has a plural name because the suite […] The post Memory error checking in C and C++: Comparing Sanitizers and Valgrind appeared first on Red Hat Developer....