Re: [PATCH] readelf: Try to continue after encountering bogus ELF Note data.

2017-12-21 Thread Mark Wielaard
On Mon, Dec 18, 2017 at 12:41:09PM +0100, Mark Wielaard wrote: > There might be other sections or segments with ELF Notes that are > readable. Also adjust error message depending on whether or not we > actually got any data for the ELF Note segment or section. Pushed to master.

[PATCH] readelf: Try to continue after encountering bogus ELF Note data.

2017-12-18 Thread Mark Wielaard
There might be other sections or segments with ELF Notes that are readable. Also adjust error message depending on whether or not we actually got any data for the ELF Note segment or section. Signed-off-by: Mark Wielaard --- src/ChangeLog | 5 + src/readelf.c | 6 +++--- 2 files changed, 8 i