Re: [PATCH 03/10] elflint: Explicitly check and ignore elf_compress error.

2020-06-19 Thread Mark Wielaard
On Wed, 2020-06-17 at 00:25 +0200, Mark Wielaard wrote: > We just want to make sure that any section data is decompressed before > use, if the section was already decompressed that is fine, so just ignore > any errors. The make this more clear, explicitly check for errors, then > don't do anything.

[PATCH 03/10] elflint: Explicitly check and ignore elf_compress error.

2020-06-16 Thread Mark Wielaard
We just want to make sure that any section data is decompressed before use, if the section was already decompressed that is fine, so just ignore any errors. The make this more clear, explicitly check for errors, then don't do anything. This is better than silently ignoring since everywhere else in