[Bug tools/21792] Decode DWARF5 in eu-readelf

2017-09-20 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=21792 Mark Wielaard changed: What|Removed |Added Status|NEW |RESOLVED CC|

Re: [PATCH] ar: Check whether ar header values fit.

2017-09-20 Thread Mark Wielaard
On Fri, 2017-09-15 at 13:14 +0200, Mark Wielaard wrote: > When compiling with -O3 gcc finds an interesting error: > > src/ar.c: In function ‘do_oper_insert’: > src/ar.c:1077:56: error: ‘%-*ld’ directive output may be truncated > writing between 6 and 10 bytes into a region of size 7 [- > Werror=fo

Re: [PATCH v2] Make sure packed structs follow the gcc memory layout

2017-09-20 Thread Mark Wielaard
Hi, Looks like you sent this as HTML-only email, which are rejected by the mailinglist. On Mon, 2017-08-21 at 12:57 +0200, Ulf Hermann wrote: > > Wouldn't this be a general problem for  > > any struct that might be layed out differently but that we might > > map to some on-disk data structure?  >