aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-02-26 15:14:48 +1030
committerAlan Modra <amodra@gmail.com>2020-02-26 15:21:33 +1030
commitcc4c4f40a2b46e355684e450f59154cece591c39 (patch)
treeee6840b779fe93301515e25dccebeee163a484bf /bfd/ChangeLog
parent450a1bfc7f60d4b37615a7d78aac83ca73cae159 (diff)
downloadgdb-cc4c4f40a2b46e355684e450f59154cece591c39.zip
gdb-cc4c4f40a2b46e355684e450f59154cece591c39.tar.gz
gdb-cc4c4f40a2b46e355684e450f59154cece591c39.tar.bz2
Re: vms buffer overflows and large memory allocation
git commit c893ce360a changed buffer management, in the process introducing a bug on an error return path. * vms-lib.c (vms_lib_read_index): Release correct buffer.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3b69b80..0847dd5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
2020-02-26 Alan Modra <amodra@gmail.com>
+ * vms-lib.c (vms_lib_read_index): Release correct buffer.
+
+2020-02-26 Alan Modra <amodra@gmail.com>
+
* elf32-rx.c (rx_elf_relocate_section): Use bfd_malloc rather than
malloc. Check for NULL return from bfd_malloc.
(rx_table_find, rx_table_map): Likewise.