Re: pkg-config not used in configure?

2024-09-11 Thread Mark Wielaard
Hi Paul, On Tue, Sep 10, 2024 at 08:47:17AM -0400, Paul Smith wrote: > On Tue, 2024-09-10 at 10:52 +0200, Mark Wielaard wrote: > > On Mon, Sep 09, 2024 at 06:21:16PM -0400, Paul Smith wrote: > > > On Mon, 2024-09-09 at 15:29 -0400, Paul Smith wrote: > > > > I'm trying to build the latest elfutils

Re: [PATCH] elf*_xlatetof: do not check ELF_T_NHDR[8] has integer number of records

2024-09-11 Thread Mark Wielaard
Hi, On Wed, 2024-08-28 at 23:43 +0200, Mark Wielaard wrote: > commit bc0f7450c "elf*_xlatetom: do not check ELF_T_NHDR has integer > number of records" fixed > https://bugzilla.redhat.com/show_bug.cgi?id=835877 > But only for xlatetom. Do the same for xlatetof. > >* elf32_xlatetof.c (elfw

Re: [PATCH] libelf: Don't crash elf[32|64]_xlateto[fm] on bad arguments.

2024-09-11 Thread Mark Wielaard
Hi, On Wed, 2024-08-28 at 23:58 +0200, Mark Wielaard wrote: > Check that src and dest aren't NULL and that src->d_type < ELF_T_NUM. > > * elf32_xlatetof.c (elfw2(LIBELFBITS, xlatetof)): Check src, dest > and src->d_type are valid. > * elf32_xlatetom.c (elfw2(LIBELFBITS, xlatetom

Forw: [RFE] Improve handling of framepointer-based backtraces for function prologue samples

2024-09-11 Thread Frank Ch. Eigler
Hi - wcohen wrote this to linux-perf-users@, touching on unwinding and especially eu-stacktrace comparison subjects. https://www.spinics.net/lists/linux-perf-users/msg44812.html - FChE