Re: [PATCH 2/3] elf_begin.c: Use relative offset in archive size check

2025-09-11 Thread Mark Wielaard
Hi Aaron, On Sun, Sep 07, 2025 at 10:17:28PM -0400, Aaron Merey wrote: > Before creating an elf descriptor for an archive member, dup_elf > verifies that the size of an archive is large enough to contain the > member. This check uses the member's offset relative to the map_address > of the top-le

Re: [PATCH] libdwfl_stacktrace: fix non-Linux build dep on PERF_SAMPLE_REGS_ABI

2025-09-11 Thread Mark Wielaard
Hi Serhei, On Mon, 2025-09-08 at 12:23 -0400, Serhei Makarov wrote: > Reported on a GNU Hurd build of elfutils. This is a quick fix pending > my more complex patch to reduce dependency on linux perf concepts for > the libdwfl_stacktrace code. > > * libdwfl_stacktrace/dwflst_perf_frame.c (perf_sam