diff options
author | Nick Clifton <nickc@redhat.com> | 2016-12-06 15:58:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-12-06 15:58:15 +0000 |
commit | 92744f058094edd0b29bf9762f4ac26e4c6743c2 (patch) | |
tree | 5a417e97e0029612e1a6e760bf312d69dc9abde0 /bfd/ChangeLog | |
parent | 5eecd8621b955fb99860fc1b0d87074071f42f72 (diff) | |
download | gdb-92744f058094edd0b29bf9762f4ac26e4c6743c2.zip gdb-92744f058094edd0b29bf9762f4ac26e4c6743c2.tar.gz gdb-92744f058094edd0b29bf9762f4ac26e4c6743c2.tar.bz2 |
Fix seg-fault running strip on a corrupt binary.
PR binutils/20929
* aoutx.h (squirt_out_relocs): Check for relocs without an
associated symbol.
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 351721b..fb3f3f4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2016-12-06 Nick Clifton <nickc@redhat.com> + + PR binutils/20929 + * aoutx.h (squirt_out_relocs): Check for relocs without an + associated symbol. + 2016-12-06 Alan Modra <amodra@gmail.com> * elf64-ppc.c (ok_lo_toc_insn): Add r_type param. Recognize |