libdevel-leak-perl 0.03-4build4 source package in Ubuntu

Changelog

libdevel-leak-perl (0.03-4build4) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:38:52 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl

Downloads

File Size SHA-256 Checksum
libdevel-leak-perl_0.03.orig.tar.gz 3.2 KiB 6f42c34f11e2b4e3ea2e0e6b9416a88a685add447910caf4d91dd2c178177252
libdevel-leak-perl_0.03-4build4.debian.tar.xz 3.0 KiB abae85e63fcbff86ee5b1e8011d32c9411418a5e0986fb81aaec41a40401ed8a
libdevel-leak-perl_0.03-4build4.dsc 2.2 KiB 022f1c117bdbf2361f21407830aa8f0cc6e86450e65b004d61ef42f9f77ce482

Available diffs

View changes file

Binary packages built by this source

libdevel-leak-perl: utility for looking for perl objects that are not reclaimed

 Devel::Leak has two functions: NoteSV and CheckSV.
 .
 NoteSV walks the perl internal table of allocated SVs (scalar values) - (which
 actually contains arrays and hashes too), and records their addresses in a
 table. It returns a count of these "things", and stores a pointer to the
 table (which is obtained from the heap using malloc()) in its argument.
 .
 CheckSV is passed argument which holds a pointer to a table created by
 NoteSV. It re-walks the perl-internals and calls sv_dump() for any "things"
 which did not exist when NoteSV was called. It returns a count of the number
 of "things" now allocated.

libdevel-leak-perl-dbgsym: debug symbols for libdevel-leak-perl