440Forums  |  MacMusic.org  |  PcMusic.org  |  440tv  |  Zicos  |  AudioLexic
exact   {key13}


DUMA 2.5.12 (Default branch)

FreshMeat

Friday January 25, 2008. 10:30 PM
FreshMeat

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. License: GNU General Public License (GPL) Changes: 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.
DUMA (Detect Unintended Memory Access) stops yourprogram exact instruction that overruns DUMA 2.5.12 (Default branch)
DUMA 2.5.12 (Default branch) Read more at FreshMeat
www.pheedo.com/click.phdo?i=ee7e1fdbdfa139d8136fda880645d09e

 

 Related News 

Search

Download Zicos
Fri December 5, 08:56 AM
exact   {key13}