Dash:
[t2.git] / package / develop / electricfence / electricfence.desc
blob52993563ce3f455c5f4bcf36550ba2b7beb7d311
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/electricfence/electricfence.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
5 [COPY] 
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
8 [COPY] 
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] A debugger which detects memory allocation violations
15 [T] Electric Fence is a different kind of malloc() debugger. It uses the virtual
16 [T] memory hardware of your system to detect when software overruns the
17 [T] boundaries
18 [T] of a malloc() buffer. It will also detect any accesses of memory that has
19 [T] been released by free(). Because it uses the VM hardware for detection,
20 [T] Electric Fence stops your program on the first instruction that causes
21 [T] a bounds violation. It's then trivial to use a debugger to display the
22 [T] offending statement.
24 [U] http://www.pf-lug.de/projekte/haya/efence.php
26 [A] Hayati Ayguen <h_ayguen@web.de>
27 [A] Bruce Perens <bruce@perens.com> {Original Author}
28 [M] Rene Rebe <rene@t2-project.org>
30 [C] base/development
31 [F] CROSS
33 [L] GPL
34 [S] Stable
35 [V] 2_4_13
36 [P] X -----5---9 105.000
38 # no DESTDIR
39 [O] var_append makeinstopt ' ' 'prefix=$root/$prefix'
41 [CV-URL] http://www.pf-lug.de/projekte/haya/efence.php
43 [D] 159153e81c51b073043ff9a81ae27c16d5a403433411d7bd29a97361 efence_2_4_13.tar.gz http://www.pf-lug.de/projekte/haya/