Re: [PATCH 1/3] elf_getarhdr.c: Return correct header for archive within an archive

2025-09-09 Thread Aaron Merey
Hi Mark, On Tue, Sep 9, 2025 at 10:24 AM Mark Wielaard wrote: > > Hi Aaron, > > On Sun, 2025-09-07 at 22:17 -0400, Aaron Merey wrote: > > If elf_getarhdr is called on a descriptor that refers to an archive that > > is itself a member of an outer archive, it may return the Elf_Arhdr of > > the cur

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

2025-09-09 Thread builder
A restored build has been detected on builder elfutils-fedora-ppc64le while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/55/builds/435 Build state: build successful Revision: e833b1778754fc598ef867a3c3623187fb165510 Worker: fedora-ppc64

Re: [PATCH 1/3] elf_getarhdr.c: Return correct header for archive within an archive

2025-09-09 Thread Mark Wielaard
Hi Aaron, On Sun, 2025-09-07 at 22:17 -0400, Aaron Merey wrote: > If elf_getarhdr is called on a descriptor that refers to an archive that > is itself a member of an outer archive, it may return the Elf_Arhdr of > the current member of the inner archive instead of Elf_Arhdr of the inner > archive

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

2025-09-09 Thread Aaron Merey
Hi Mark, On Mon, Sep 8, 2025 at 6:04 PM Mark Wielaard wrote: > > 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. Thi