Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        ElectricFence: A debugger which detects memory allocation violations.
        
        
            | Name: | ElectricFence | Vendor: | Red Hat, Inc. | 
        
            | Version: | 2.2.2 | License: | GPL | 
        
            | Release: | 20.2 | URL: |  | 
        
        
        - Summary
- 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.
Changelog
        
            - * Tue Feb  7 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.2.2-20.2
- 
            - rebuilt for new gcc4.1 snapshot and glibc changes 
            - * Fri Dec  9 17:00:00 2005 Jesse Keating <jkeating{%}redhat{*}com>
- 
            - rebuilt 
            - * Sat Mar  5 17:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.2.2-20
- 
            - rebuilt with GCC 4