diff options
author | Alan Modra <amodra@gmail.com> | 2021-05-15 15:40:46 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-05-15 15:40:51 +0930 |
commit | b9c0d703127de14cdbb32dc3607fd16cc427e352 (patch) | |
tree | 9b4639466386d1fd49df35a9f89df7a0ef365fe8 /binutils/ChangeLog | |
parent | bb19bf12693b2790ab92a1291279269ab8712168 (diff) | |
download | gdb-b9c0d703127de14cdbb32dc3607fd16cc427e352.zip gdb-b9c0d703127de14cdbb32dc3607fd16cc427e352.tar.gz gdb-b9c0d703127de14cdbb32dc3607fd16cc427e352.tar.bz2 |
process_cu_tu_index
* dwarf.c (process_cu_tu_index): Avoid pointer UB. Use _mul_overflow.
Delete dead code.
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 ec8a643..3819a42 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ 2021-05-15 Alan Modra <amodra@gmail.com> + * dwarf.c (process_cu_tu_index): Avoid pointer UB. Use _mul_overflow. + Delete dead code. + +2021-05-15 Alan Modra <amodra@gmail.com> + * dwarf.c (display_gdb_index): Avoid pointer UB and overflow in length calculations. |