diff options
author | Alan Modra <amodra@gmail.com> | 2021-06-19 10:25:35 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-06-19 11:08:56 +0930 |
commit | 47399e9c455b0a634e4c3597c8d9a292cc4b1b0c (patch) | |
tree | def9d106bf045cd945c8cea5ba82828144d24bce /opcodes/ChangeLog | |
parent | 03e689aaac95da0b22f7689a2c307e8ddd99ae2c (diff) | |
download | gdb-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/ChangeLog | 4 |
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. |