Re: [PATCH] readelf: Use correct listptr when looking up next loc for locview attr.

2018-05-31 Thread Mark Wielaard
On Wed, May 30, 2018 at 12:04:48PM +0200, Mark Wielaard wrote: > We were using loclistsptr instead of locsptr in print_debug_loc_section. > > https://sourceware.org/bugzilla/show_bug.cgi?id=23247 Pushed to master.

[PATCH] readelf: Use correct listptr when looking up next loc for locview attr.

2018-05-30 Thread Mark Wielaard
We were using loclistsptr instead of locsptr in print_debug_loc_section. https://sourceware.org/bugzilla/show_bug.cgi?id=23247 Signed-off-by: Mark Wielaard --- src/ChangeLog | 5 + src/readelf.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/Change