Download List

项目描述

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 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.

2009-04-13 00:58
2.5.15

此版本实现了另一种锁定机制,它使用在Win32关键部分。它新增了Windows线程的testmt.c。它使用在Win32 WIN32_SEMAPHORES - Cygwin的。它修复CreateSemaphore()计数在Win32。它修正了竞争状态时,使用宏删除。它有一个缺陷修复在strncpy():错误检查太严格。
This release implements an alternative locking mechanism using critical sections on Win32. It adds Windows Threading to testmt.c. It uses WIN32_SEMAPHORES on Win32-Cygwin. It fixes CreateSemaphore() counts on Win32. It fixes a race condition when using macro delete. It has a bugfix in strncpy(): error check was too rigorous.

2008-04-28 02:45
2.5.14

该开关DUMA_ALLOW_MALLOC_0已被删除。该交换机DUMA_MALLOC_0_STRATEGY和DUMA_NEW_0_STRATEGY增加了,现在的规模零分配是ANSI / C + +标准兼容。大多数的编译器警告已被删除。一个建议〜/。gdbinit文件和关于mprotectFailed()已添加的提示。该自述文件已更新。
标签: Major bugfixes
The switch DUMA_ALLOW_MALLOC_0 has been removed. The switches DUMA_MALLOC_0_STRATEGY and DUMA_NEW_0_STRATEGY have been added, and now the allocator for size zero is ANSI/C++ standard compliant. Most compiler warnings have been removed. A suggestion for ~/.gdbinit and a hint on mprotectFailed() have been added. The README has been updated.

2008-03-10 03:29
2.5.13

有一个挂起的64 testoperators测试案例位Linux平台(x86_64的和MIPS64)主要缺陷修复。
标签: Major bugfixes
There is a major bugfix for a hang of the testoperators test case on 64-bit Linux platforms (x86_64 and MIPS64).

2008-01-25 22:30
2.5.12

此版本增加了环境变量DUMA_CHECK_FREQ'的autmatically在每个检查第n个分配所有的内存无人区/释放。 ñ = 0停用自动检查。 README.txt文件已更新。
标签: 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.

2008-01-21 01:57
2.5.11

线程安全的一个重大缺陷修复。
标签: Major bugfixes
A major bugfix in thread safety.

Project Resources