[Bug libelf/31225] Crash when using elf_memory() on a compressed section; fixed with s/ELF_C_READ/ELF_C_READ_MMAP/

2024-02-02 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31225 Mark Wielaard changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug libelf/31225] Crash when using elf_memory() on a compressed section; fixed with s/ELF_C_READ/ELF_C_READ_MMAP/

2024-02-02 Thread bruening at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31225 --- Comment #4 from Derek Bruening --- > So I added one that checks various issues (and that fails before your > suggested change). Please take a look: > > https://inbox.sourceware.org/elfutils-devel/20240201143858.930159-1-m...@klomp.org/

[PATCH] PR 30991: srcfiles tarball feature

2024-02-02 Thread Housam Alamour
* srcfiles.cxx: Introduce new --zip option that places all the source files associated with a specified dwarf/elf file into a zip file and sends it to stdout. Files may be fetched from debuginfod (if applicable) or locally as a backup. Added -b option to disable the backup of ch