You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.7 KiB

[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../electricfence/electricfence.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] A debugger which detects memory allocation violations
[T] Electric Fence is a different kind of malloc() debugger. It uses the virtual
[T] memory hardware of your system to detect when software overruns the
[T] boundaries
[T] of a malloc() buffer. It will also detect any accesses of memory that has
[T] been released by free(). Because it uses the VM hardware for detection,
[T] Electric Fence stops your program on the first instruction that causes
[T] a bounds violation. It's then trivial to use a debugger to display the
[T] offending statement.
[U] http://www.pf-lug.de/projekte/haya/efence.php
[A] Hayati Ayguen <h_ayguen@web.de>
[A] Bruce Perens <bruce@perens.com> {Original Author}
[M] The OpenSDE Community <list@opensde.org>
[C] base/development
[L] GPL
[S] Stable
[V] 2_4_13
[P] X -----5---9 105.000
[CV-URL] http://www.pf-lug.de/projekte/haya/efence.php
[D] 2526583567 efence_2_4_13.tar.gz http://www.pf-lug.de/projekte/haya/