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.

2008-01-25 22:30 Back to release list
2.5.12

Esta versión incluye la variable de entorno 'DUMA_CHECK_FREQ a autmatically comprobar toda la memoria de la tierra de nadie, en cada asignación n'ésimo / cancelación de asignación. n = 0 para desactivar el control automático. README.txt ha sido actualizado.
Tags: Minor feature enhancements
This release adds the environment variable 'DUMA_CHECK_FREQ' to autmatically check all memory no man's land at each n'th allocation/deallocation. n=0 to deactivate automatic checks. README.txt has been updated.

Project Resources