diff options
| author | Mark Wielaard <[email protected]> | 2017-04-05 17:09:27 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2017-04-05 17:09:27 +0200 |
| commit | caf135b7f49f9f3499c952b352493cf561ae12bd (patch) | |
| tree | d259d672bd575361f126bab6f779e8355bd73e61 /src/ChangeLog | |
| parent | f339da994fda25b51cddc3d88182f249b75f89ff (diff) | |
elflint: Support checking ELF files with compressed sections.
Simply unconditionally uncompress any section to make sure indexes between
sections check out. Add some testcases with various compressed sections.
https://sourceware.org/bugzilla/show_bug.cgi?id=21332
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e022503b..a1bec198 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2017-04-05 Mark Wielaard <[email protected]> + + * elflint.c (check_elf_header): Decompress all sections. + 2017-03-28 Mark Wielaard <[email protected]> * elflint (check_group): Don't check if there is no flag word. |
