Fortify is a fortified memory allocation shell for C and C++. It is
capable of detecting memory leaks, writes beyond and before memory blocks,
breaks software that relies on the state of uninitialized memory, and software
that uses memory after it's been freed.
|