aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-02-16 14:39:04 +1030
committerAlan Modra <amodra@gmail.com>2021-02-16 14:47:41 +1030
commit9a12b194b0e9d1bde34aca175a2a7dead2fae7a9 (patch)
tree60323e76b8522fe95222ceee0e037f1599397a9a /gas/ChangeLog
parent70433886683b67b5a28abe35eac7e9ab82a4a9e4 (diff)
downloadfsf-binutils-gdb-9a12b194b0e9d1bde34aca175a2a7dead2fae7a9.zip
fsf-binutils-gdb-9a12b194b0e9d1bde34aca175a2a7dead2fae7a9.tar.gz
fsf-binutils-gdb-9a12b194b0e9d1bde34aca175a2a7dead2fae7a9.tar.bz2
PR27426, More bugs in dwarf2dbg.c
PR 27426 * dwarf2dbg.c (allocate_filename_to_slot): Allocate the dirs array in another place.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f4c9d0a..c74e63c 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
2021-02-16 Alan Modra <amodra@gmail.com>
+ PR 27426
+ * dwarf2dbg.c (allocate_filename_to_slot): Allocate the dirs array
+ in another place.
+
+2021-02-16 Alan Modra <amodra@gmail.com>
+
* read.c (demand_copy_C_string): Really check for embedded zeros.
2021-02-15 Andreas Krebbel <krebbel@linux.ibm.com>