aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-09-20 18:23:17 +0930
committerAlan Modra <amodra@gmail.com>2018-09-20 20:20:03 +0930
commitcf93e9c2cf8f8b2566f8fc86e961592b51b5980d (patch)
tree470549e70e4179473b9c479d7b8c42fe58923618 /bfd/ChangeLog
parent4206c05ea1542c413a4a361c29cbbd206861946c (diff)
downloadgdb-cf93e9c2cf8f8b2566f8fc86e961592b51b5980d.zip
gdb-cf93e9c2cf8f8b2566f8fc86e961592b51b5980d.tar.gz
gdb-cf93e9c2cf8f8b2566f8fc86e961592b51b5980d.tar.bz2
PR23685, buffer overflow
PR 23685 * peXXigen.c (pe_print_edata): Correct export address table overflow checks. Check dataoff against section size too.
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 fef5479..81b9e56 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
2018-09-20 Alan Modra <amodra@gmail.com>
+ PR 23685
+ * peXXigen.c (pe_print_edata): Correct export address table
+ overflow checks. Check dataoff against section size too.
+
+2018-09-20 Alan Modra <amodra@gmail.com>
+
PR 23686
* dwarf2.c (read_section): Error when attempting to malloc
"(bfd_size_type) -1".