]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
Patch for PR binutils/16664 which triggers a seg-fault when attempting to
authorNick Clifton <nickc@redhat.com>
Thu, 6 Mar 2014 10:57:13 +0000 (10:57 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 6 Mar 2014 10:57:13 +0000 (10:57 +0000)
commite9847026c92f330f18863a7b9cb0aaa299345559
treece50694351de5b1010ad3c17f7ebe9d08581949c
parent5fa1d40e9790ed55931263430130e69a99329be7
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.
bfd/ChangeLog
bfd/elf-attrs.c
binutils/ChangeLog
binutils/readelf.c