dwarves-dfsg 1.21-0ubuntu1~20.04.1 source package in Ubuntu

Changelog

dwarves-dfsg (1.21-0ubuntu1~20.04.1) focal-security; urgency=medium

  * SECURITY UPDATE: use-after-free vulnerability
    - debian/patches/CVE-2022-3534.patch: Fix use-after-free in
      btf_dump_name_dups
    - CVE-2022-3534
  * SECURITY UPDATE: null pointer dereference vulnerability
    - debian/patches/CVE-2022-3606.patch: Fix null-pointer dereference in
      find_prog_by_sec_insn()
    - CVE-2022-3606

 -- Dimitri John Ledkov <email address hidden>  Wed, 05 Jul 2023 10:25:24 +0100

Upload details

Uploaded by:
Dimitri John Ledkov
Sponsored by:
Nishit Majithia
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe utils
Focal security universe utils

Downloads

File Size SHA-256 Checksum
dwarves-dfsg_1.21.orig.tar.xz 889.1 KiB 33a8bed6c0e1a5889578e01d1afed3f752353dc087d8bda36d258fe83e42a476
dwarves-dfsg_1.21-0ubuntu1~20.04.1.debian.tar.xz 71.7 KiB e0243c25f655c56cddf3d410b6987c2432522893d43e7a9a6d3b9635159b7eee
dwarves-dfsg_1.21-0ubuntu1~20.04.1.dsc 2.0 KiB 39cf41888d3ba6539687016f157cdddc2066c1cecc4593e4f21e9439af223470

View changes file

Binary packages built by this source

dwarves: set of advanced DWARF utilities

 This package contains tools that use the DWARF debugging information
 inserted in ELF binaries by the compiler. This information is used by
 debuggers (e.g. GDB), and other tools such as systemtap.
 .
 Utilities in the dwarves suite include:
 .
  - pahole: finds alignment holes in structs and classes in languages
    such as C/C++, CPU cacheline alignment. Helps repack those structures
    to achieve more cache hits.
  - codiff: a diff like tool to compare the effects changes in source
    code generate on the resulting binaries
  - pfunct: displays all sorts of information about functions, inlines, etc.
  - pdwtags: pretty-prints DWARF information
  - pglobal: lists global symbols
  - prefcnt: counts DWARF tags usage
  - syscse: system call sign extender
  - dtagnames: lists tag names

dwarves-dbgsym: debug symbols for dwarves