diff options
author | Alan Modra <amodra@gmail.com> | 2021-05-15 15:22:39 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-05-15 15:23:53 +0930 |
commit | c93c4a85406ebd811ec0b29f1dec882cbba56659 (patch) | |
tree | 69bc396cbdd9b5c379cd64f1461f080db4c24a3d /binutils/ChangeLog | |
parent | b4951546078b869ce2f720561a2c59cfe2d005c9 (diff) | |
download | gdb-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/ChangeLog | 5 |
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. |