duma 2.5.15-2build1 source package in Ubuntu

Changelog

duma (2.5.15-2build1) focal; urgency=medium

  * No-change rebuild for libgcc-s1 package name change.

 -- Matthias Klose <email address hidden>  Sun, 22 Mar 2020 16:38:38 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian QA Group
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe devel

Downloads

File Size SHA-256 Checksum
duma_2.5.15.orig.tar.gz 234.8 KiB baaf794854e3093ad1bddadbfb8ad4b220a7117d70359ee216bd59e353734e17
duma_2.5.15-2build1.debian.tar.xz 6.7 KiB 51c0d1486f7ccdd25b669f3b42eeac3d21bf429caa0e4d832de627c716fff7b1
duma_2.5.15-2build1.dsc 1.8 KiB a6c8e9e20b5dccc5990cf1ead873063c179f2a9199c83ea5937744976b531921

View changes file

Binary packages built by this source

duma: library to detect buffer overruns and under-runs in C and C++ programs

 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

duma-dbgsym: No summary available for duma-dbgsym in ubuntu impish.

No description available for duma-dbgsym in ubuntu impish.