☺ Buildbot (Sourceware): elfutils - build successful (main)

2025-08-20 Thread builder
A restored build has been detected on builder elfutils-debian-armhf while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/6/builds/432 Build state: build successful Revision: cc459edfe10f2e76b82cccb8543c2f264f478209 Worker: debian-armhf Bu

Re: [PATCH v2] elf_getarhdr: Replace per-archive Elf_Arhdr storage with per-member storage

2025-08-20 Thread Aaron Merey
Hi Mark, On Tue, Aug 19, 2025 at 1:24 PM Mark Wielaard wrote: > > + /* Allocate copies of ar_name and ar_rawname. */ > > + size_t name_len = strlen (ar_name) + 1; > > + char *name_copy = malloc (MAX (name_len, 16)); > > There is actually a strnlen that does that (MAX) in one step. MAX is use

[RFC] updated api for libdwfl_stacktrace

2025-08-20 Thread Serhei Makarov
Hello, I've been concerned to get libdwfl_stacktrace out of the weird 'experimental' limbo we put it in for the last elfutils release. To do that, we need to stabilize the API. My full prototype of a more mature API is delayed for reasons beyond my control, but sometime in September is the lik