aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-12-05 12:25:34 +0000
committerNick Clifton <nickc@redhat.com>2016-12-05 12:25:34 +0000
commitdaae68f4f372e0618d6b9c64ec0f1f74eae6ab3d (patch)
treef76ea25b9b911d89f049f0ad8deb68de57860915 /bfd/ChangeLog
parent39d4daf68e696bbf2db417abe677b2e68f3aace9 (diff)
downloadgdb-daae68f4f372e0618d6b9c64ec0f1f74eae6ab3d.zip
gdb-daae68f4f372e0618d6b9c64ec0f1f74eae6ab3d.tar.gz
gdb-daae68f4f372e0618d6b9c64ec0f1f74eae6ab3d.tar.bz2
Fix seg-fault in linker parsing a corrupt input file.
PR ld/20924 (aout_link_add_symbols): Fix off by one error checking for overflow of string offset.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index dbb90e7..3d9cd9e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -4,6 +4,10 @@
* aoutx.h (aout_link_add_symbols): Replace BFD_ASSERT with return
FALSE.
+ PR ld/20924
+ (aout_link_add_symbols): Fix off by one error checking for
+ overflow of string offset.
+
2016-12-03 Alan Modra <amodra@gmail.com>
* elf64-ppc.c (struct ppc_link_hash_entry): Delete "was_undefined".