Package ElectricFence: Information
Source package: ElectricFence
Version: 2.2.2-alt4
Build time: Feb 28, 2021, 06:32 PM in the task #267154
Category: Development/Other
Report package bugHome page: http://perens.com/FreeSoftware/ElectricFence
License: GPLv2
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
Feb. 28, 2021 Vitaly Lipatov 2.2.2-alt4
- fix packing
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