aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-11-26 17:08:33 +0000
committerNick Clifton <nickc@redhat.com>2020-11-26 17:08:33 +0000
commit647cebce12a6b0a26960220caff96ff38978cf24 (patch)
tree79ae8b368be9c2e4fa7c4397f9e8f5216059d96f /bfd/ChangeLog
parent239ca5e497dda2c151009d664d500086a5c2173a (diff)
downloadgdb-647cebce12a6b0a26960220caff96ff38978cf24.zip
gdb-647cebce12a6b0a26960220caff96ff38978cf24.tar.gz
gdb-647cebce12a6b0a26960220caff96ff38978cf24.tar.bz2
Prevent a memory allocation failure when parsing corrupt DWARF debug sections.
PR 26946 * dwarf2.c (read_section): Check for debug sections with excessive sizes.
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 eeb0b81..cbc3464 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2020-11-26 Nick Clifton <nickc@redhat.com>
+
+ PR 26946
+ * dwarf2.c (read_section): Check for debug sections with excessive
+ sizes.
+
2020-11-25 H.J. Lu <hongjiu.lu@intel.com>
PR ld/26936