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-15 02:54 Back to release list
2.5.10

Esta versión incluye gráficos de comparación de HTML para las damas de memoria libre. Cuenta con una corrección de errores para la meta Makefile instalar DUMASO cuando está vacío. Una pista se ha añadido en tierra de nadie se ha sobrescrito: por debajo o por encima del espacio de usuario.
Tags: Minor bugfixes
This release adds HTML comparison charts for free memory checkers. It has a bugfix for Makefile target install when DUMASO is empty. A hint has been added where no man's land was overwritten: below or above userSpace.

Project Resources