aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2019-03-15 15:46:12 +0800
committerH.J. Lu <hjl.tools@gmail.com>2019-03-15 15:46:12 +0800
commit418d4036ee37807b97b8040ebe7e2c15e9db726d (patch)
treeb9065616bbf18a807731d9374005dd696ffc4c69 /bfd/ChangeLog
parentda0d12d2bd46730ad8327b9fac1371182996017c (diff)
downloadgdb-418d4036ee37807b97b8040ebe7e2c15e9db726d.zip
gdb-418d4036ee37807b97b8040ebe7e2c15e9db726d.tar.gz
gdb-418d4036ee37807b97b8040ebe7e2c15e9db726d.tar.bz2
x86-64: Check for corrupt input with bad relocation
PR ld/24338 * elf64-x86-64.c (elf_x86_64_relocate_section): Check for corrupt input with bad relocation.
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 084dbe0..a072ade 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
2019-03-15 H.J. Lu <hongjiu.lu@intel.com>
+ PR ld/24338
+ * elf64-x86-64.c (elf_x86_64_relocate_section): Check for corrupt
+ input with bad relocation.
+
+22019-03-15 H.J. Lu <hongjiu.lu@intel.com>
+
* elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent.
2019-03-14 Nick Clifton <nickc@redhat.com>