aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-02-19 15:20:30 +0000
committerNick Clifton <nickc@redhat.com>2016-02-19 15:20:30 +0000
commit737684142b3f7dfa6d440c8363750911a8ac20ce (patch)
treeab4ec688368d529170f0c88d248b8b67d524a0a6 /bfd/ChangeLog
parentb8ec4e871ef7650b852df9956841ee414766de59 (diff)
downloadfsf-binutils-gdb-737684142b3f7dfa6d440c8363750911a8ac20ce.zip
fsf-binutils-gdb-737684142b3f7dfa6d440c8363750911a8ac20ce.tar.gz
fsf-binutils-gdb-737684142b3f7dfa6d440c8363750911a8ac20ce.tar.bz2
Fix a seg-fault in the linker when it encounters a corrupt binary containing a reloc with no associated symbol.
PR ld/19628 * reloc.c (bfd_generic_get_relocated_section_contents): Stop processing if we encounter a reloc without an associated symbol.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1c9e201..b1b4047 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2016-02-19 Nick Clifton <nickc@redhat.com>
+
+ PR ld/19628
+ * reloc.c (bfd_generic_get_relocated_section_contents): Stop
+ processing if we encounter a reloc without an associated symbol.
+
2016-02-18 H.J. Lu <hongjiu.lu@intel.com>
PR ld/19617