Re: [PATCH] readelf: Check compression status of .debug section data

2023-01-16 Thread Mark Wielaard
Hi, On Tue, 2023-01-10 at 18:44 +0100, Mark Wielaard wrote: > The various print_debug_*_section functions didn't get the section > data in the same way. Add a new get_debug_elf_data function that > gets the (possibly relocated) section data and that checks (and > warns) if the data might still be

[PATCH] readelf: Check compression status of .debug section data

2023-01-10 Thread Mark Wielaard
The various print_debug_*_section functions didn't get the section data in the same way. Add a new get_debug_elf_data function that gets the (possibly relocated) section data and that checks (and warns) if the data might still be compressed in a way that we cannot decompress. Signed-off-by: Mark W