Files
third_party_elfutils/libelf
Mark Wielaard cf10453f82 libelf: Correctly setup alignment of SHF_COMPRESSED section data.
We didn't set the alignment of SHF_COMPRESSED sections correctly.
Those sections start with an Elf(32|64)_Chdr. Make sure sh_addralign
is setup to be able to read such a struct directly. Likewise don't
trust the alignment set on any SHF_COMPRESSED section, but always
make the (raw) compressed data aligned correctly for the reading the
Elf(32|64)_Chdr directly.

Signed-off-by: Mark Wielaard <mark@klomp.org>
2018-11-13 21:30:17 +01:00
..
2015-09-23 15:50:00 +02:00
2018-02-10 03:19:26 +01:00
2018-02-10 03:19:26 +01:00
2018-02-10 03:19:26 +01:00
2018-06-21 20:30:19 +02:00