diff options
author | Nick Clifton <nickc@redhat.com> | 2014-03-06 10:57:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-03-06 10:57:13 +0000 |
commit | e9847026c92f330f18863a7b9cb0aaa299345559 (patch) | |
tree | ce50694351de5b1010ad3c17f7ebe9d08581949c /binutils/ChangeLog | |
parent | 5fa1d40e9790ed55931263430130e69a99329be7 (diff) | |
download | gdb-e9847026c92f330f18863a7b9cb0aaa299345559.zip gdb-e9847026c92f330f18863a7b9cb0aaa299345559.tar.gz gdb-e9847026c92f330f18863a7b9cb0aaa299345559.tar.bz2 |
Patch for PR binutils/16664 which triggers a seg-fault when attempting to
display the contents of a corrupt attribute section.
* readelf.c (process_attributes): Add checks for corrupt
attribute section names.
* elf-attrs.c (_bfd_elf_parse_attributes): Add checks for corrupt
attribute section names.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3db21f1..13ae6aa 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2014-03-06 Nick Clifton <nickc@redhat.com> + + PR binutils/16664 + * readelf.c (process_attributes): Add checks for corrupt + attribute section names. + 2014-03-05 Alan Modra <amodra@gmail.com> Update copyright years. |