aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-11-09 23:23:34 +1030
committerAlan Modra <amodra@gmail.com>2020-11-09 23:27:46 +1030
commit5cbc0eb01a403419d7be753bfdbf1c638a92d759 (patch)
treef2f4387ca94e51d18f3c643272f644f16b78f6c9 /bfd/ChangeLog
parent9372689d72f902c8bae90536acc4747fb0a4b1e1 (diff)
downloadgdb-5cbc0eb01a403419d7be753bfdbf1c638a92d759.zip
gdb-5cbc0eb01a403419d7be753bfdbf1c638a92d759.tar.gz
gdb-5cbc0eb01a403419d7be753bfdbf1c638a92d759.tar.bz2
asan: vms-alpha: stack buffer overflow
32 bits is too big for the field. * vms-alpha.c (alpha_vms_write_exec): Write 16 bits to eihd.alias.
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 0d1d63d..81d84e6 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
2020-11-09 Alan Modra <amodra@gmail.com>
+ * vms-alpha.c (alpha_vms_write_exec): Write 16 bits to eihd.alias.
+
+2020-11-09 Alan Modra <amodra@gmail.com>
+
* archive.c (bfd_ar_hdr_from_filesystem): Use bfd_set_input_error
when stat of archive member fails.
* coff-rs6000.c (xcoff_write_archive_contents_old),