Download List

Descripción del Proyecto

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. It can catch
formerly impossible-to-catch overrun bugs. DUMA is
a fork of Bruce Perens' Electric Fence library.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-08-20 01:55 Back to release list
2.5.8

Correcciones de errores menores de MinGW, Mac OS X y Windows en el entorno de prueba. DUMA_REPORT_ALL_LEAKS Una nueva variable de entorno 'para evitar la fuga de muchos de los informes falsos en' roto 'entornos. Una nueva función de ayudante de depuración 'duma_alloc_return ()'. La documentación / README se han actualizado.
Tags: Minor bugfixes
Minor bugfixes for MinGW, Mac OS X and Windows in the test environment. A new environment variable 'DUMA_REPORT_ALL_LEAKS' to avoid many false leak reports in 'broken' environments. A new debug helper function 'duma_alloc_return()'. The documentation/README have been updated.

Project Resources