diff options
author | Nick Clifton <nickc@redhat.com> | 2018-02-08 10:28:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-02-08 10:28:25 +0000 |
commit | ef135d4314fd4c2d7da66b9d7b59af4a85b0f7e6 (patch) | |
tree | a2773089464d8c0792dfa2fc4e3e88fc69907e20 /bfd/ChangeLog | |
parent | a9479dc051ab00f311c04cdd5b299a70739f67ed (diff) | |
download | gdb-ef135d4314fd4c2d7da66b9d7b59af4a85b0f7e6.zip gdb-ef135d4314fd4c2d7da66b9d7b59af4a85b0f7e6.tar.gz gdb-ef135d4314fd4c2d7da66b9d7b59af4a85b0f7e6.tar.bz2 |
Fix a seg-fault in the ELF note parser when a note with an excessively large alignment is encountered.
PR 22788
* elf.c (elf_parse_notes): Reject notes with excessuively large
alignments.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6dd9f47..7462f91 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2018-02-08 Nick Clifton <nickc@redhat.com> + + PR 22788 + * elf.c (elf_parse_notes): Reject notes with excessuively large + alignments. + 2018-02-07 Alan Modra <amodra@gmail.com> Revert 2018-01-17 Alan Modra <amodra@gmail.com> |