Group :: Development/Other
Source RPM: ElectricFence
Built: almost 8 years ago
Rebuilt: almost 8 years ago
Size: 33.7 KB
Repocop status:

Gear: http://git.altlinux.org/gears/E/ElectricFence.git
Archive: http://ftp.altlinux.org/pub/distributions/archive/sisyphus/index/src/E/ElectricFence
Home page: http://perens.com/FreeSoftware/ElectricFence
License: GPL
Summary: A debugger which detects memory allocation violations
Description:
ElectricFence is a utility for C programming and
debugging. ElectricFence uses the virtual memory hardware of your
system to detect when software overruns malloc() buffer boundaries,
and/or to detect any accesses of memory released by
free(). ElectricFence will then stop the program on the first
instruction that caused a bounds violation and you can use your
favorite debugger to display the offending statement.
Install ElectricFence if you need a debugger to find malloc()
violations.
- Anton Farygin
- Axalon Bloodstone
- Bernhard Rosenkraenzer
- Chmouel Boudjnah
- Christopher Molnar
- Cristian Gafton
- Dmitry V. Levin
- Erik Troan
- Geoffrey Lee
- Jeff Garzik
- Jeff Johnson
- John Buswell
- Matt Wilson
- Prospector System
- Thierry Vignaud
- Vitaly Lipatov
- ElectricFence
- ElectricFence-debuginfo
- NMU: rebuilt for debuginfo.2011-01-02 Vitaly Lipatov 2.2.2-alt3
- use strerror instead obsoleted str_error variable - add patches from Fedora2009-11-14 Vitaly Lipatov 2.2.2-alt2
- remove obsoleted post/postun section