Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ElectricFence: A debugger which detects memory allocation violations
- Summary
- 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.
Changelog
- * Wed Mar 28 18:00:00 2007 Petr Machata <pmachata{%}redhat{*}com> - 2.2.2-23
- Detect for EF_DISABLE_BANNER env. var before printing out the
banner. (Patch adapted from Debian repositories.)
- Resolves: #233702
- * Fri Mar 16 18:00:00 2007 Petr Machata <pmachata{%}redhat{*}com> - 2.2.2-22
- Remove bad cast in ElectricFence mmap (George Beshers)
- Resolves: #232695
- * Wed Feb 7 18:00:00 2007 Petr Machata <pmachata{%}redhat{*}com> - 2.2.2-21
- Tidy up the specfile per rpmlint comments