aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-06-19 10:25:35 +0930
committerAlan Modra <amodra@gmail.com>2021-06-19 11:08:56 +0930
commit47399e9c455b0a634e4c3597c8d9a292cc4b1b0c (patch)
treedef9d106bf045cd945c8cea5ba82828144d24bce /opcodes/ChangeLog
parent03e689aaac95da0b22f7689a2c307e8ddd99ae2c (diff)
downloadgdb-47399e9c455b0a634e4c3597c8d9a292cc4b1b0c.zip
gdb-47399e9c455b0a634e4c3597c8d9a292cc4b1b0c.tar.gz
gdb-47399e9c455b0a634e4c3597c8d9a292cc4b1b0c.tar.bz2
ubsan: vax: pointer overflow
"VAX export class call relocation test" fails with ubsan on a 32-bit host. * vax-dis.c (print_insn_vax): Avoid pointer overflow.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index f262529..035182c 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,9 @@
2021-06-19 Alan Modra <amodra@gmail.com>
+ * vax-dis.c (print_insn_vax): Avoid pointer overflow.
+
+2021-06-19 Alan Modra <amodra@gmail.com>
+
* tic30-dis.c (get_register_operand): Don't ask strncpy to fill
entire buffer.