diff options
author | Nick Clifton <nickc@redhat.com> | 2005-05-17 18:08:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-05-17 18:08:08 +0000 |
commit | 5982e3c7e8b3c1a9c67fb064f19bd00557bcd19c (patch) | |
tree | ce0173aecf9a4e4325d7c479cbe5861b5aa9c60d /bfd/ChangeLog | |
parent | fc3ab699092349e7567ea846f264e1e7e166338d (diff) | |
download | binutils-gdb-5982e3c7e8b3c1a9c67fb064f19bd00557bcd19c.tar.gz |
(group_signature): Check for a group section which is actually a (corrupt)
symbol table section in disguise and prevent an infinite loop from occurring.
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 f3f87f807bd..c6ecec74e71 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2005-05-17 Nick Clifton <nickc@redhat.com> + + * elf.c (group_signature): Check for a group section which is + actually a (corrupt) symbol table section in disguise and prevent + an infinite loop from occurring. + 2005-05-17 H.J. Lu <hongjiu.lu@intel.com> * elfxx-ia64.c (elfNN_ia64_relax_brl): Undo the change made on |