Files
third_party_elfutils/libelf
Mark Wielaard 56b18521fb libelf: Return error if elf_compress_gnu is used on SHF_COMPRESSED section.
Compressing a section that is already compressed is fine, but useless.
But it isn't possible to gnu compress (or decompress) a SHF_COMPRESSED
section since there is no state kept that would tell if the section was
first GNU compressed or first gabi compressed. Calling elf_compress_gnu
on a section and then calling elf_compress on it to decompress it twice
could cause a crash (the other way around is fine). Just disallow it.

https://sourceware.org/bugzilla/show_bug.cgi?id=23528

Signed-off-by: Mark Wielaard <mark@klomp.org>
2018-08-18 12:42:16 +02: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
2016-08-03 17:26:06 +02:00
2018-06-21 20:30:19 +02:00