summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNikita Popov <npv1310@gmail.com>2021-12-15 17:49:06 +0000
committerNick Clifton <nickc@redhat.com>2021-12-15 17:49:23 +0000
commit4d3605c8ca92bcde848581a8ec031827c798501b (patch)
tree63089de59f569a0768bb852ce6e8bc6e7ffb934c /bfd/ChangeLog
parent161e87d12167b1e36193385485c1f6ce92f74f02 (diff)
Fix an undefined behaviour in the BFD library's DWARF parser.
PR 28687 * dwarf1.c (parse_die): Fix undefined behaviour in range tests.
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 35b659b4ef..2431171008 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2021-12-15 Nikita Popov <npv1310@gmail.com>
+
+ PR 28687
+ * dwarf1.c (parse_die): Fix undefined behaviour in range tests.
+
2021-11-17 Nick Clifton <nickc@redhat.com>
PR 28452