Package ElectricFence: Information
Source package: ElectricFence
Version: 2.2.2-alt3.qa1
Build time: May 15, 2019, 02:08 AM
Category: Development/Other
Report package bugHome 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.
List of RPM packages built from this SRPM:
ElectricFence (x86_64, ppc64le, i586, armh, aarch64)
ElectricFence-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
ElectricFence (x86_64, ppc64le, i586, armh, aarch64)
ElectricFence-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
Maintainer: Vitaly Lipatov
Last changed
April 17, 2013 Dmitry V. Levin 2.2.2-alt3.qa1
- NMU: rebuilt for debuginfo.
Jan. 2, 2011 Vitaly Lipatov 2.2.2-alt3
- use strerror instead obsoleted str_error variable - add patches from Fedora
Nov. 14, 2009 Vitaly Lipatov 2.2.2-alt2
- remove obsoleted post/postun section