toutes les options
bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Paquet source : duma  ]

Paquet : duma (2.5.21-8)

Liens pour duma

Screenshot

Ressources Debian :

Télécharger le paquet source duma :

Responsable :

Ressources externes :

Paquets similaires :

Detect Unintended Memory Access - A Red-Zone memory allocator

Open-source library to detect buffer overruns and under-runs in C and C++ programs.

This library is a fork of Bruce Perens Electric Fence library and adds some new features to it. Features of the DUMA library:

  * "overloads" all standard memory allocation functions like
    malloc(), calloc(), memalign(), strdup(), operator new, operator
    new[] and also their counterpart deallocation functions like free(),
    operator delete and operator delete[]
  * utilizes the MMU (memory management unit) of the CPU:
    allocates and protects an extra memory page to detect any illegal
    access beyond the top of the buffer (or bottom, at the user's option)
  * stops the program at exactly that instruction, which does the
    erroneous access to the protected memory page,
    allowing location of the defective source code in a debugger
    detects erroneous writes at the non-protected end of the memory
    block at deallocation of the memory block
  * detects mismatch of allocation/deallocation functions: f.e.
    allocation with malloc() but deallocation with operator delete
  * leak detection: detect memory blocks which were not deallocated
    until program exit
  * preloading of the library
  * allowing tests without necessity of changing source code or recompilation

Étiquettes: Développement de logiciel: Débogage, Tests et assurance qualité, Mis en œuvre en: implemented-in::c, implemented-in::c++, Interface utilisateur: Ligne de commande, Rôle: role::plugin, role::program, Champ d'application: Utilitaire, But: Vérification, Format pris en charge: works-with-format::elf, works-with::software:running

Autres paquets associés à duma

  • dépendances
  • recommandations
  • suggestions
  • enhances

Télécharger duma

Télécharger pour toutes les architectures proposées
Architecture Taille du paquet Espace occupé une fois installé Fichiers
alpha (portage non officiel) 69,4 ko424,0 ko [liste des fichiers]
amd64 66,4 ko296,0 ko [liste des fichiers]
arm64 67,0 ko332,0 ko [liste des fichiers]
armel 65,7 ko276,0 ko [liste des fichiers]
armhf 65,9 ko256,0 ko [liste des fichiers]
hppa (portage non officiel) 70,1 ko312,0 ko [liste des fichiers]
i386 66,1 ko268,0 ko [liste des fichiers]
ia64 (portage non officiel) 72,8 ko576,0 ko [liste des fichiers]
m68k (portage non officiel) 64,0 ko266,0 ko [liste des fichiers]
mips64el 68,3 ko555,0 ko [liste des fichiers]
ppc64 (portage non officiel) 68,7 ko1 302,0 ko [liste des fichiers]
ppc64el 69,0 ko1 300,0 ko [liste des fichiers]
riscv64 80,2 ko454,0 ko [liste des fichiers]
s390x 66,9 ko306,0 ko [liste des fichiers]
sh4 (portage non officiel) 69,7 ko302,0 ko [liste des fichiers]
sparc64 (portage non officiel) 66,8 ko1 375,0 ko [liste des fichiers]
x32 (portage non officiel) 66,0 ko271,0 ko [liste des fichiers]