Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        ElectricFence: A debugger which detects memory allocation violations.
        
        
            | Name: | ElectricFence | 
            Vendor: | Scientific Linux | 
        
        
            | Version: | 2.2.2 | 
            License: | GPL | 
        
        
            | Release: | 20.2.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
        
            - * Wed Jul 12 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.2.2-20.2.2
 
            - rebuild
 
        
            - * Fri Feb 10 16:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.2.2-20.2.1
 
            - bump again for double-long bug on ppc(64)
 
        
            - * Tue Feb  7 16:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.2.2-20.2
 
            - rebuilt for new gcc4.1 snapshot and glibc changes