[Bug general/29158] 0.187 fails to build with gcc-10: #error "Please include config.h first."

2023-10-06 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29158 Mark Wielaard changed: What|Removed |Added Resolution|--- |WONTFIX Status|UNCONFIRME

[Bug general/24068] readelf.c:10152:15: error: ‘%*llx’ directive output between 4 and 2147483647 bytes may cause result to exceed ‘INT_MAX’ [-Werror=format-overflow=] with -m32

2023-10-06 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24068 Mark Wielaard changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libdw/26812] Handle dwp (DWARF Package) .debug_cu_index offsets

2023-10-06 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26812 --- Comment #2 from Mark Wielaard --- https://inbox.sourceware.org/elfutils-devel/cover.1695837512.git.osan...@fb.com/ -- You are receiving this mail because: You are on the CC list for the bug.

[Bug libdw/26921] dwarf_getalt () not thread-safe

2023-10-06 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26921 --- Comment #10 from Mark Wielaard --- https://inbox.sourceware.org/elfutils-devel/CAK-+vz0guN1=d5-ecurtqaf0znl+agyfg4n7pguumkwniom...@mail.gmail.com/ -- You are receiving this mail because: You are on the CC list for the bug.

[Bug libdw/26930] tsearch/tfind tree caches need locking

2023-10-06 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26930 --- Comment #2 from Mark Wielaard --- https://inbox.sourceware.org/elfutils-devel/CAK-+vz0guN1=d5-ecurtqaf0znl+agyfg4n7pguumkwniom...@mail.gmail.com/ -- You are receiving this mail because: You are on the CC list for the bug.

[Bug libdw/28148] eu-addr2line reports function name of the caller when code is inlined

2023-10-06 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28148 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1

[PATCH] libdw: Skip zero entries in aranges

2023-10-06 Thread Mark Wielaard
An address/length entry of two zeros is supposed to mark the end of a table. But in some cases a producer might leave zero entries in the table (for example when using gcc -ffunction-sections -gc-sections). Since we know the lenght of the table we can just skip such entries and continue to the end

[Bug libdw/27805] libdwfl: Unable to extract source line information for RISC-V binary

2023-10-06 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27805 --- Comment #7 from Mark Wielaard --- Do as suggested in comment #1 (and what binutils apparently does), skip zero entries when not at the end of the table: https://inbox.sourceware.org/elfutils-devel/20231006120329.340788-1-m...@klomp.org/T/

[Bug libelf/29744] Please Provide the libelf.h standard and source documents

2023-10-06 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29744 Mark Wielaard changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[COMMITTED] strip: Clean up a bit more after errors

2023-10-06 Thread Mark Wielaard
In some cases (late) errors would exit early without cleanup. Set result to 1 (failure) in those cases and fallthrough. That way we cleanup and might provide more hints to the user about what was wrong with the file. * src/strip.c (handle_elf): Set result to 1 and fallthrough instead o

[Bug tools/24086] memory leak issues in eu-strip on invalid ELF file

2023-10-06 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24086 Mark Wielaard changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

Re: Updating mailman settings to avoid From rewriting

2023-10-06 Thread Mark Wielaard
Hi, On Tue, Oct 03, 2023 at 12:12:40AM +0200, Mark Wielaard wrote: > Currently the newlib, binutils, gdb-patches, elfutils-devel and > libabigail mailinglists rewrite the From header when a message is from > a (strict) dmarc domain. This is to avoid breaking the dmarc policy > and get bounces from

Re: Updating mailman settings to avoid From rewriting

2023-10-06 Thread Thiago Jung Bauermann
Mark Wielaard writes: > Hi, > > On Tue, Oct 03, 2023 at 12:12:40AM +0200, Mark Wielaard wrote: >> Currently the newlib, binutils, gdb-patches, elfutils-devel and >> libabigail mailinglists rewrite the From header when a message is from >> a (strict) dmarc domain. This is to avoid breaking the d