Downloadliste

Projektbeschreibung

Electric Fence (efence) 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. Catch all of those formerly impossible-to-catch overrun bugs that have been bothering you for years.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2005-07-25 08:11 Zurück zur Release-Liste
2.4.15

Fehler auf der Seite Management unter Windows, in dem virtuellen Adressraum wurde nie veröffentlicht wurde, obwohl dieses Problem zu beheben Speicher-Pooling (unter Windows) vermeidet. Ein ExitOnFail Parameter wurde hinzugefügt, um Page_Create (). Eine Warnung wird nun angezeigt, wenn eine Zuweisung und nicht ExitOnFail ausgeschaltet ist. _eff_allocate () wurde diese erweiterte.
Tags: Major bugfixes
Bugs in page management under Windows where virtual address space was never released was fixed, though this fix avoids memory pooling (under Windows). An ExitOnFail parameter was added to Page_Create(). A warning is now displayed when an allocation failed and ExitOnFail is off. _eff_allocate() was extended for this.

Project Resources