libb-cow-perl 0.007-1build3 source package in Ubuntu
Changelog
libb-cow-perl (0.007-1build3) noble; urgency=medium * No-change rebuild for CVE-2024-3094 -- Steve Langasek <email address hidden> Sun, 31 Mar 2024 18:49:58 +0000
Upload details
- Uploaded by:
- Steve Langasek
- Uploaded to:
- Noble
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc | |
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libb-cow-perl_0.007.orig.tar.gz | 18.3 KiB | 1290daf227e8b09889a31cf182e29106f1cf9f1a4e9bf7752f9de92ed1158b44 |
libb-cow-perl_0.007-1build3.debian.tar.xz | 2.3 KiB | 5d8622059d405f200e5e4ec9aab3f845209a3e17dd2f9428898a229a492f38d9 |
libb-cow-perl_0.007-1build3.dsc | 2.2 KiB | 26e6bfd927074c0e1a32df59c34a37e50e4ec258b9bac259ca308d2f2fece8e4 |
Available diffs
- diff from 0.007-1build2 to 0.007-1build3 (509 bytes)
Binary packages built by this source
- libb-cow-perl: additional B helpers to check COW status
B::COW provides some naive additional B helpers to check the COW status of
one SvPV.
.
A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a (kind
of) Read Only C string, that would be Copied On Write (COW).
.
More than one SV can share the same PV, but when one PV need to alter it, it
would perform a copy of it, decrease the COWREFCNT counter.
.
One SV can then drop the COW flag when it's the only one holding a pointer to
the PV.
.
The COWREFCNT is stored at the end of the PV, after the "\0".
.
That value is limited to 255, after that a new PV would be created,
- libb-cow-perl-dbgsym: debug symbols for libb-cow-perl