OpenSDE Packages Database (without history before r20070)
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.

45 lines
1.7 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../electricfence/electricfence.desc
  5. [COPY] Copyright (C) 2006 The OpenSDE Project
  6. [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
  7. [COPY] Copyright (C) 1998 - 2003 Clifford Wolf
  8. [COPY]
  9. [COPY] More information can be found in the files COPYING and README.
  10. [COPY]
  11. [COPY] This program is free software; you can redistribute it and/or modify
  12. [COPY] it under the terms of the GNU General Public License as published by
  13. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  14. [COPY] GNU General Public License can be found in the file COPYING.
  15. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  16. [I] A debugger which detects memory allocation violations
  17. [T] Electric Fence is a different kind of malloc() debugger. It uses the virtual
  18. [T] memory hardware of your system to detect when software overruns the
  19. [T] boundaries
  20. [T] of a malloc() buffer. It will also detect any accesses of memory that has
  21. [T] been released by free(). Because it uses the VM hardware for detection,
  22. [T] Electric Fence stops your program on the first instruction that causes
  23. [T] a bounds violation. It's then trivial to use a debugger to display the
  24. [T] offending statement.
  25. [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] The OpenSDE Community <list@opensde.org>
  29. [C] base/development
  30. [L] GPL
  31. [S] Stable
  32. [V] 2_4_13
  33. [P] X -----5---9 105.000
  34. [CV-URL] http://www.pf-lug.de/projekte/haya/efence.php
  35. [D] 2526583567 efence_2_4_13.tar.gz http://www.pf-lug.de/projekte/haya/