debuginfod Credential Helper RFC

2022-07-26 Thread Daniel Thornburgh via Elfutils-devel
Hello elfutils-devel@ I'm working on a use case for debuginfod (in LLVM) that needs a solution for authentication and authorization of users when accessing source and debug information. I've put together a short RFC for how this might work, based on how git and Docker CLIs handle credentials. It s

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

2022-07-26 Thread Mark Wielaard
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. > > This works, but now I have received a crash report for what seems to