aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2017-09-26 14:37:47 +0100
committerNick Clifton <nickc@redhat.com>2017-09-26 14:37:47 +0100
commit30d0157a2ad64e64e5ff9fcc0dbe78a3e682f573 (patch)
tree1e50d97c37058f5709f64f5683a017591a438126 /bfd/ChangeLog
parent281c4447738409888d9659924937da182a65b4e1 (diff)
downloadgdb-30d0157a2ad64e64e5ff9fcc0dbe78a3e682f573.zip
gdb-30d0157a2ad64e64e5ff9fcc0dbe78a3e682f573.tar.gz
gdb-30d0157a2ad64e64e5ff9fcc0dbe78a3e682f573.tar.bz2
Avoid needless resource usage when processing a corrupt DWARF directory or file name table.
PR 22210 * dwarf2.c (read_formatted_entries): Fail early if we know that the loop parsing data entries will overflow the end of the section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b6f7381..a1c1616 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2017-09-26 Nick Clifton <nickc@redhat.com>
+
+ PR 22210
+ * dwarf2.c (read_formatted_entries): Fail early if we know that
+ the loop parsing data entries will overflow the end of the
+ section.
+
2017-09-26 Alan Modra <amodra@gmail.com>
PR 22209