public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
[PATCH] libelf: Bound ZSTD decompression output size like the zlib path
 2026-09-06 22:34 UTC 

[Bug debuginfod/34566] GDB cannot interrupt debuginofd until server responds, stuck waiting 1.5 min for ubuntu
 2026-09-05 12:14 UTC  (7+ messages)

[Bug tools/34596] New: eu-readelf: heap-buffer-overflow (OOB read) in print_gdb_index_section (.gdb_index CU-vector count read)
 2026-09-05 11:25 UTC  (3+ messages)
` [Bug tools/34596] "

[PATCH] PR34579: document pointer retention in *sample_getframes
 2026-09-04 13:58 UTC 

[Bug libdw/34579] New: libdwfl_stacktrace: dwflst_sample_getframes retains caller-owned buffers after return, causing use-after-free on re-entry
 2026-09-04 13:55 UTC  (3+ messages)
` [Bug libdw/34579] "

[PATCH] PR34544 tests/run-stackprof-system*.sh: fix on idle system
 2026-09-04 13:55 UTC 

[PATCH] Add THREAD-SAFETY document
 2026-09-04 13:51 UTC  (2+ messages)

[Bug debuginfod/34158] New: debuginfod-find does not honor the timeout specified in DEBUGINFOD_TIMEOUT
 2026-09-04 11:27 UTC  (2+ messages)
` [Bug debuginfod/34158] "

[PATCH] libdw: check for NULL directory name in read_srclines
 2026-09-03 22:15 UTC  (2+ messages)

[Bug general/34544] New: run-stackprof-system.sh fails on idle/minimal systems (0 samples)
 2026-09-03 21:49 UTC  (3+ messages)
` [Bug general/34544] "

[PATCH 1/4] lib/locks.h: Add atomic load/store macros
 2026-08-31 22:46 UTC  (4+ messages)
` [PATCH 2/4] elf_getscn.c: Remove locking from hot path
` [PATCH 3/4] gelf_getshdr.c, elfNN_getshdr.c: Remove hot path locks
` [PATCH 4/4] gelf_getsymshndx.c: Remove locking

[Bug tools/33172] New: RFE: eu-stacktrace adjacent tool to generate sampled call-graph profile info
 2026-08-31 19:07 UTC  (2+ messages)
` [Bug tools/33172] "

(no subject)
 2026-08-24 14:04 UTC 

[Bug libdw/28573] New: Provide an dwarf_begin interface to open (single-file) DWO or GNU_LTO Dwarf subset
 2026-08-24 11:54 UTC  (3+ messages)
` [Bug libdw/28573] "

[PATCH] libelf: Make sure to read all section data before adding new section
 2026-08-19 23:03 UTC  (2+ messages)

[Bug libelf/34468] New: elf_update() with ELF_C_RDWR can overwrite gaps between sections
 2026-08-18 19:49 UTC  (4+ messages)
` [Bug libelf/34468] "

[PATCH] backends: use <sys/uio.h> instead of <linux/uio.h> for struct iovec
 2026-08-18 19:05 UTC  (2+ messages)

[Bug libelf/34412] New: libelf: heap-buffer-overflow read after elf_newscn following elf_update
 2026-08-18 13:08 UTC  (5+ messages)
` [Bug libelf/34412] "

[PATCH] libdw: Add dwarf_begin_elf_type to libdw.map
 2026-08-18 13:00 UTC  (2+ messages)

source mirroring
 2026-08-17 16:23 UTC  (3+ messages)

[Bug tools/34459] New: Add support for SFrame in eu-readelf
 2026-08-15 18:50 UTC  (3+ messages)
` [Bug tools/34459] "

☠ Buildbot (Sourceware): elfutils-snapshots-coverage - failed test (failure) (main)
 2026-08-14 21:29 UTC  (2+ messages)

elfutils 0.196 released
 2026-08-14 21:08 UTC 

[Bug libdw/34030] New: dwfl_linux_kernel_module_section_address fails on __versions section due to missing sysfs entry
 2026-08-14 14:55 UTC  (2+ messages)
` [Bug libdw/34030] "

[Bug tools/34498] New: eu-stacktrace: aarch64 SP register number is used as packed perf-array index, causing out-of-frame read
 2026-08-14 14:52 UTC  (7+ messages)
` [Bug tools/34498] "
` [Bug tools/34498] eu-stacktrace/eu-stackprof: "

[Bug tools/34497] New: eu-stacktrace: malformed STACK_USER size can move register trailer outside frame and cause out-of-bounds read
 2026-08-14 14:48 UTC  (3+ messages)
` [Bug tools/34497] "

[PATCH v2 1/2] PR34498 libdwfl_stacktace/dwflst_sample_frame.c: API for per-arch constants
 2026-08-14 14:47 UTC  (5+ messages)
` [PATCH v2 2/2] PR34498 stackprof: adopt new libdwflst "

Add .debug_dwp, .debug_sup, sup ref form and Dwarf_Type support v2
 2026-08-14 12:01 UTC  (8+ messages)
` [PATCH v2 1/5] libdwelf: Add dwelf_dwarf_debug_dwp and dwelf_dwarf_debug_sup functions
` [PATCH v2 2/5] libdw,readelf: fully support DWARF5 supplementary files and forms
` [PATCH v2 3/5] libdw: Add Dwarf_Type (plain, dwo, gnu_lto) support for dwarf_begin
` [PATCH v2 4/5] libdw: Support using same file split DWARF
` [PATCH v2 5/5] libdw: Use dwelf_dwarf_debug_dwp in try_dwp_file

[PATCH] config: guard against unset variables in profile.sh
 2026-08-13 23:54 UTC  (5+ messages)
` (no subject)
  ` [PATCH v2] config: guard against unset variables in profile.sh
    ` [PATCH v3] "

[PATCH] libdwfl: Handle kernel module sections absent from sysfs
 2026-08-13 23:53 UTC  (2+ messages)

[PATCH v3 1/4] configure.ac, src/: add C++20, add new stackprof tool
 2026-08-13 21:22 UTC  (12+ messages)
` [PATCH v3 2/4] tests/: add test suite for stackprof
` [PATCH v3 3/4] doc/stackprof.1: add man page and NEWS "
` [PATCH v3 4/4] src/stacktrace.c: remove in favour of stackprof
  ` [PATCH v3] configure.ac, src/: add C++20, add new stackprof tool

[RFC PATCH 1/2] libdwfl_stacktace/dwflst_sample_frame.c: API for per-arch constants
 2026-08-12 18:46 UTC  (3+ messages)
` [RFC PATCH 2/2] stackprof: adopt new libdwflst "

[Bug tools/34496] New: eu-stacktrace: negative Sysprof capture pid causes heap out-of-bounds read/write in dwfltab_find
 2026-08-12 14:23 UTC  (2+ messages)
` [Bug tools/34496] eu-stacktrace: dwfltab_find hashing logic fixes including negative PID leading to out-of-bounds write

[Question] Supporting target-root path resolution in containerized applications (dwfl_linux_proc_find_elf)
 2026-08-10  9:26 UTC 

Registration to dev mailing list - elfutils / libdwfl
 2026-08-10  8:38 UTC 

[Bug libasm/34495] New: Use-after-free in libasm subsection filling
 2026-08-07 15:30 UTC 

[Bug libdw/25498] New: support reading /usr/src/kernels/...../vmlinux.id as buildid for kernel images
 2026-08-07  6:54 UTC  (2+ messages)
` [Bug libdw/25498] "

Preparing for the 0.196 release
 2026-08-06 18:17 UTC  (3+ messages)

[Bug backends/34472] New: unwinding through Linux rt_sigreturn signal frames failed on aarch64
 2026-08-06 17:38 UTC  (2+ messages)
` [Bug backends/34472] "

[Bug libdw/34436] New: libdwfl: Mismatched flags for corresponding SHF_ALLOC sections trigger assertion in dwfl_offline_section_address
 2026-07-26  9:31 UTC 

A Better Way to Be Found
 2026-07-24 19:34 UTC 

[PATCH 1/4] configure.ac, src/: update to C++20, add new stackprof tool
 2026-07-24 19:30 UTC  (7+ messages)

[PATCH v2 1/4] configure.ac, src/: add C++20, add new stackprof tool
 2026-07-24 16:22 UTC  (10+ messages)
` [PATCH v2 2/4] tests/: add test suite for stackprof
` [PATCH v2 3/4] doc/stackprof.1: add man page and NEWS "
` [PATCH v2 4/4] src/stacktrace.c: remove in favour of stackprof

[RFC] libdw: checked fixed-width reads for DWARF section parsing
 2026-07-24 15:32 UTC  (3+ messages)

[PATCH] srcfiles: Handle CU names and files from split DWARF
 2026-07-24  0:54 UTC  (2+ messages)

[PATCH] build: Rename pic objects to _.os to support -gsplit-dwarf
 2026-07-24  0:54 UTC  (2+ messages)

☺ Buildbot (Sourceware): elfutils - build successful (main)
 2026-07-24  0:10 UTC 

☺ Buildbot (Sourceware): elfutils - build successful (main)
 2026-07-24  0:08 UTC 

☺ Buildbot (Sourceware): elfutils - build successful (main)
 2026-07-24  0:04 UTC 

☺ Buildbot (Sourceware): elfutils - build successful (main)
 2026-07-23 23:58 UTC 

☠ Buildbot (Sourceware): elfutils-snapshots-coverage - failed update (failure) (main)
 2026-07-23 23:48 UTC 

☠ Buildbot (Sourceware): elfutils - failed update (failure) (main)
 2026-07-23 23:47 UTC 

[PATCH] libdw: Fix out-of-bounds read for oversized .debug_line header_length
 2026-07-23 23:38 UTC  (2+ messages)

[PATCH] eblinitreg_sample.c: guard ebl_set_initial_registers_sample
 2026-07-23 22:29 UTC  (2+ messages)

[Bug libelf/34420] New: libelf: output-layout arithmetic wrap can cause out-of-mapping writes in elf_update
 2026-07-23 20:23 UTC  (2+ messages)
` [Bug libelf/34420] "

[PATCH] Add THREAD-SAFETY document
 2026-07-23 16:51 UTC  (3+ messages)

[PATCH] libebl: Fix out-of-bounds write in ebl_set_initial_registers_sample
 2026-07-22 20:02 UTC  (3+ messages)

Add .debug_dwp, .debug_sup, sup ref form and Dwarf_Type support
 2026-07-22  0:16 UTC  (10+ messages)
` [PATCH 1/3] libdwelf: Add dwelf_dwarf_debug_dwp and dwelf_dwarf_debug_sup functions
` [PATCH 2/3] libdw,readelf: fully support DWARF5 supplementary files and forms
  ` [PATCH 2/3] libdw, readelf: "
` [PATCH 3/3] libdw: Add Dwarf_Type (plain, dwo, gnu_lto) support for dwarf_begin

[Bug debuginfod/34421] New: debuginfod-client could reject failing upstream servers from $DEBUGINFOD_URLS
 2026-07-21 14:13 UTC 

[PATCH] stacktrace: label followed by a declaration is a C23 extension
 2026-07-21 13:04 UTC  (2+ messages)

[RFC PATCH 0/2] libelf: check output layout arithmetic before serialization
 2026-07-21 12:55 UTC  (2+ messages)

[Bug backends/34402] New: NULL pointer dereference in sparc_check_object_attribute() via crafted SPARC ELF
 2026-07-16 21:01 UTC  (3+ messages)
` [Bug backends/34402] "

[COMMITTED] backends: define strings for all sparc hwcap bits
 2026-07-16 20:59 UTC 

[Bug libelf/34403] New: libelf.a bundles lib/crc32.o whose public crc32 symbol collides with zlib's when statically linking — eu-strip fails with "multiple definition of crc32
 2026-07-16 17:29 UTC  (2+ messages)
` [Bug libelf/34403] "

[Bug libelf/34401] New: heap-buffer-overflow read in elf_getarsym with truncated /SYM64/ archive index
 2026-07-16 15:21 UTC  (2+ messages)
` [Bug libelf/34401] "

[COMMITTED] libelf: Handle truncated symbol archive index
 2026-07-16 15:17 UTC 

☺ Buildbot (Sourceware): elfutils - build successful (main)
 2026-07-13 17:26 UTC 

☠ Buildbot (Sourceware): elfutils - failed test (failure) (main)
 2026-07-13 16:39 UTC  (3+ messages)

[PATCH v2] readelf: Cap stack allocation for bit-array core notes
 2026-07-13 13:10 UTC  (2+ messages)

[PATCH] readelf: Cap stack allocation for bit-array core notes
 2026-07-13  8:37 UTC 

Fundraising for Sourceware, Fri 10 Jul, 15:00 UTC
 2026-07-12 23:29 UTC  (2+ messages)

[Bug libdw/34392] New: libdw: heap-buffer-overflow read in dwarf_getpubnames while parsing .debug_pubnames
 2026-07-12 12:32 UTC  (3+ messages)
` [Bug libdw/34392] "

[COMMITTED] libdw: Fix __libdw_read_offset size in dwarf_getpubnames.c get_offsets
 2026-07-12 12:19 UTC 

[PATCH] libdw: Fix out-of-bounds read in DW_FORM_indirect form length parsing
 2026-07-12 11:32 UTC  (2+ messages)

[PATCH] x86: Fix out-of-bounds heap write in sample_perf_regs_mapping
 2026-07-11 16:48 UTC  (2+ messages)

[Bug backends/32406] New: run-backtrace-native-core.sh fails test on ppc64 BE ELFv2
 2026-07-11 16:04 UTC  (2+ messages)
` [Bug backends/32406] "

[Bug libdw/34386] New: OOB read in __libdw_cu_locs_base() with truncated .debug_loclists
 2026-07-11 15:46 UTC  (2+ messages)
` [Bug libdw/34386] "

[Bug libdw/34385] New: OOB read in __libdw_cu_ranges_base() with truncated .debug_rnglists
 2026-07-11 15:46 UTC  (2+ messages)
` [Bug libdw/34385] "

[Bug libdw/34387] New: OOB read in intern_new_cie() with truncated .debug_frame CIE augmentation data
 2026-07-11 15:45 UTC  (2+ messages)
` [Bug libdw/34387] "

[COMMITTED] libdw: Check there are any header bytes in loclists
 2026-07-11 15:45 UTC 

[COMMITTED] libdw: Check there are any header bytes in rnglists
 2026-07-11 15:45 UTC 

[COMMITTED] libdw: Only read CIE augmentation data if it is there
 2026-07-11 15:44 UTC 

[Bug debuginfod/34388] New: debuginfod can serve files outside scan root via DWARF source paths
 2026-07-11 14:06 UTC  (4+ messages)
` [Bug debuginfod/34388] "

[RFC] libdw: Add Dwarf_Type (plain, dwo, gnu_lto) support for dwarf_begin
 2026-07-10 11:18 UTC  (3+ messages)

[Bug libdw/34383] New: OOB read in str_offsets_base_off() with truncated .debug_str_offsets
 2026-07-09 21:22 UTC  (2+ messages)
` [Bug libdw/34383] "

page: 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).