diff options
author | Alan Modra <amodra@gmail.com> | 2021-07-10 10:07:17 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-07-10 13:29:04 +0930 |
commit | f8dd36465839e5bc60ffc5e894633d430ec55a06 (patch) | |
tree | 7b83525498eabe5124132d2ba590a0b5c7e728e2 /bfd/ChangeLog | |
parent | 9039747fb4863c13eaf07f84bb28d50660fb8d85 (diff) | |
download | gdb-f8dd36465839e5bc60ffc5e894633d430ec55a06.zip gdb-f8dd36465839e5bc60ffc5e894633d430ec55a06.tar.gz gdb-f8dd36465839e5bc60ffc5e894633d430ec55a06.tar.bz2 |
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/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9cbb9f9..4dc3d68 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. |