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 Back to release list
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.

Project Resources