summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-07-10 10:07:17 +0930
committerAlan Modra <amodra@gmail.com>2021-07-10 13:29:04 +0930
commitf8dd36465839e5bc60ffc5e894633d430ec55a06 (patch)
tree7b83525498eabe5124132d2ba590a0b5c7e728e2 /bfd/ChangeLog
parent9039747fb4863c13eaf07f84bb28d50660fb8d85 (diff)
Tidy commit 49910fd88dcd
Pointer range checking is UB if the values compared are outside the underlying array elements (plus one). * dwarf2.c (read_address): Remove accidental commit. (read_ranges): Compare offset rather than pointers.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9cbb9f91dd..4dc3d68525 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2021-07-10 Alan Modra <amodra@gmail.com>
+
+ * dwarf2.c (read_address): Remove accidental commit.
+ (read_ranges): Compare offset rather than pointers.
+
2021-07-08 Nick Clifton <nickc@redhat.com>
* po/pt.po: Updated Portuguese translation.