Package duma: Information

    Source package: duma
    Version: 2.5.15-alt2.qa1
    Build time:  Apr 17, 2013, 05:32 AM
    Report package bug
    License: GPL
    Summary: Detect Unintended Memory Access
    Description: 
    DUMA (Detect Unintended Memory Access) stops your program on the exact
    instruction that overruns (or underruns) a malloc() memory buffer. GDB
    will then display the source-code line that causes the bug. It works by
    using the virtual-memory hardware to create a red-zone at the border of
    each buffer: touch that, and your program stops. It can catch formerly
    impossible-to-catch overrun bugs.
    
    DUMA is a fork of Bruce Perens' Electric Fence library.

    List of rpms provided by this srpm:
    duma (x86_64, i586)
    duma-debuginfo (x86_64, i586)
    duma-devel (x86_64, i586)

    Maintainer: Dmitry V. Levin


      1. gcc-c++

    Last changed


    April 17, 2013 Dmitry V. Levin 2.5.15-alt2.qa1
    - NMU: rebuilt for debuginfo.
    April 14, 2010 George V. Kouryachy 2.5.15-alt2
    - Loader script real library path fix
    - Some documentation added
    April 13, 2009 George V. Kouryachy 2.5.15-alt1
    - Version up