aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-05-15 15:22:39 +0930
committerAlan Modra <amodra@gmail.com>2021-05-15 15:23:53 +0930
commitc93c4a85406ebd811ec0b29f1dec882cbba56659 (patch)
tree69bc396cbdd9b5c379cd64f1461f080db4c24a3d /binutils/ChangeLog
parentb4951546078b869ce2f720561a2c59cfe2d005c9 (diff)
downloadgdb-c93c4a85406ebd811ec0b29f1dec882cbba56659.zip
gdb-c93c4a85406ebd811ec0b29f1dec882cbba56659.tar.gz
gdb-c93c4a85406ebd811ec0b29f1dec882cbba56659.tar.bz2
read_cie
* dwarf.c (read_cie): Add more sanity checks to ensure data pointer is not bumped past end.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 9d646ed..f2d363e 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,10 @@
2021-05-15 Alan Modra <amodra@gmail.com>
+ * dwarf.c (read_cie): Add more sanity checks to ensure data
+ pointer is not bumped past end.
+
+2021-05-15 Alan Modra <amodra@gmail.com>
+
* dwarf.c (display_debug_ranges): Delete initial_length_size.
Correct fallback size calculated on finding a reloc. Constrain
data reads to length given in header. Avoid pointer UB.