Re: [PATCH] elfclassify: Handle fwrite to stdout failing.

2020-07-23 Thread Mark Wielaard
On Sun, 2020-07-19 at 19:41 +0200, Mark Wielaard wrote: > In theory an fwrite can fail, if so, signal it by calling issue (). Pushed to master.

[Bug tools/25793] eu-readelf -w dumps incomplete even if debuginfod available

2020-07-23 Thread woodard at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=25793 Ben Woodard changed: What|Removed |Added CC||woodard at redhat dot com --- Comment #

Re: [PATCH] Only typedef Ebl once.

2020-07-23 Thread Mark Wielaard
On Sun, 2020-07-19 at 22:03 +0200, Mark Wielaard wrote: > Since commit 287a18452 libasm.h defines an opague Ebl handle. > This is fine, except for (internal) code that also includes libebl.h. > Since C11 having multiple typedefs for the same thing is fine, but we > do build using GNU/C99. This also