electric-fence 2.2.5 source package in Ubuntu

Changelog

electric-fence (2.2.5) unstable; urgency=medium

  * Patch from Helmut Grohne to Fix FTCBFS: (Closes: 853051)
    + Let dh_auto_build pass cross compilers
    + Honour DEB_BUILD_OPTIONS=nocheck

 -- Matthew Vernon <email address hidden>  Sun, 29 Jan 2017 12:24:45 +0000

Upload details

Uploaded by:
Matthew Vernon
Uploaded to:
Sid
Original maintainer:
Matthew Vernon
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe devel
Bionic release universe devel

Downloads

File Size SHA-256 Checksum
electric-fence_2.2.5.dsc 1.4 KiB af12aa7ff0bc253827c195a3257e928a338b11f84205b62170b5cab459ecfc60
electric-fence_2.2.5.tar.gz 30.5 KiB 8aa8d1e5772a169098f0aba6e647295c12561a6851ef9b378a54020e8086bcc6

Available diffs

No changes file available.

Binary packages built by this source

electric-fence: A malloc(3) debugger

 Electric Fence is a debugger that uses virtual memory hardware to detect
 illegal memory accesses. It can detect two common programming bugs: software
 that overruns or underruns the boundaries of a malloc() memory allocation,
 and software that touches a memory allocation that has been released by
 free().
 .
 Unlike other malloc() debuggers, Electric Fence will detect read accesses as
 well as writes, and it will stop and pinpoint the exact instruction that
 causes an error. It is not as thorough as Purify, however.
 .
 In order to debug a program it needs to be linked with Electric Fence's
 library or dynamic linking needs to be used; README.Debian explains that in
 detail.

electric-fence-dbgsym: No summary available for electric-fence-dbgsym in ubuntu cosmic.

No description available for electric-fence-dbgsym in ubuntu cosmic.