Package duma: Information

    Source package: duma
    Version: 2.5.15-alt4
    Latest version according to Repology
    Build time:  Dec 15, 2020, 06:55 PM in the task #263478
    Report package bug
    License: GPLv2
    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, ppc64le, i586, armh, aarch64)
    duma-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    duma-devel (x86_64, ppc64le, i586, armh, aarch64)
    duma-devel-static (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: George V. Kouryachy

    List of contributors:
    George V. Kouryachy

    ACL:
    George V. Kouryachy
    @everybody

      1. gcc-c++

    Last changed


    Dec. 15, 2020 George V. Kouryachy 2.5.15-alt4
    - Fix build
    Oct. 10, 2018 George V. Kouryachy 2.5.15-alt3
    - Fix build, revive package
    April 14, 2010 George V. Kouryachy 2.5.15-alt2
    - Loader script real library path fix
    - Some documentation added