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


DUMA 2.5.13 (Default branch)

FreshMeat

Monday March 10, 2008. 04:29 AM
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: There is a major bugfix for a hang of the testoperators test case on 64-bit Linux platforms (x86_64 and MIPS64).
DUMA (Detect Unintended Memory Access) stops yourprogram exact instruction that overruns DUMA 2.5.13 (Default branch)
DUMA 2.5.13 (Default branch) Read more at FreshMeat
www.pheedo.com/click.phdo?i=ca9ab8766b66c265232619f4102ff980

 

 Related News 

Search

Download Zicos
Mon October 13, 05:44 AM
exact   {key13}