Find and fix nasty memory bugs with Developer Toolset's memstomp tool
One of the really useful tools provided by Red Hat Developer Toolset v2.x is " memstomp ", which helps you identify a particularly nasty class of bug in applications built (directly or indirectly) from C/C++ code so you can then fix them before your customers experience problems. In this brief article, I'll explain the background for the tool, how to get it, how to use it yourself and briefly how it works. Background The memcpy() routine in the standard C...