[Bug debuginfod/28204] extend webapi / verification with forthcoming signed-contents archives

2022-07-27 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28204 --- Comment #6 from Mark Wielaard --- Still reviewing patch, but we seem to also need a configure check to make sure we have a new enough rpm to recognize the rhel9 rpm, otherwise some tests will fail with: + rpm2cpio ../../R/debuginfod-rpms/

Re: runtime validation of DT_SYMTAB lookups - why is there no DT_SYMSZ?

2022-07-27 Thread Milian Wolff
On Dienstag, 26. Juli 2022 17:28:11 CEST Mark Wielaard wrote: > Hi Milian, > > On Mon, 2022-07-11 at 18:40 +0200, Milian Wolff wrote: > > in heaptrack I have code to runtime attach to a program and then > > rewrite the > > various rel / rela / jmprel tables to intercept calls to malloc & friends.