DUMA 2.4.27 review

Download
by rbytes.net on

DUMA (Detect Unintended Memory Access) stops your program on the exact instruction that overruns (or underruns) a malloc() memory buf

License: GPL (GNU General Public License)
File size: 0K
Developer: Hayati Ayguen
0 stars award from rbytes.net

DUMA (Detect Unintended Memory Access) stops your program on the exact instruction that overruns (or underruns) a malloc() memory buffer.

GDB will then display the source-code line that causes the bug. It works by using the virtual-memory hardware to create a red-zone at the border of each buffer: touch that, and your program stops.

DUMA project can catch formerly impossible-to-catch overrun bugs. DUMA is a fork of Bruce Perens' Electric Fence library.

What's New in This Release:
A buffer overflow in DUMA_sprintf() for long filenames has been fixed.

DUMA 2.4.27 search tags