aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-07-02 14:56:36 +0100
committerNick Clifton <nickc@redhat.com>2021-07-02 14:56:36 +0100
commit49910fd88dcd2ec3d0d9e56120ceb56a6a64b7b8 (patch)
tree6669ddf9c3ef564225245f664ebbe3130e9751c2 /bfd/ChangeLog
parent4ff0bb2df5e0ce6dc30b8dd2a0d4174649d0dcfe (diff)
downloadgdb-49910fd88dcd2ec3d0d9e56120ceb56a6a64b7b8.zip
gdb-49910fd88dcd2ec3d0d9e56120ceb56a6a64b7b8.tar.gz
gdb-49910fd88dcd2ec3d0d9e56120ceb56a6a64b7b8.tar.bz2
Fix an illegal memory access triggered by an attempt to parse a corrupt input file.
PR 28046 * dwarf2.c (read_ranges): Check that range_ptr does not exceed range_end.
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 abb9e09..1c4c176 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2021-07-02 Nick Clifton <nickc@redhat.com>
+
+ PR 28046
+ * dwarf2.c (read_ranges): Check that range_ptr does not exceed
+ range_end.
+
2021-06-30 YunQiang Su <yunqiang.su@cipunited.com>
PR mips/28009