Fix buffer overrun in TIC30 disassembler.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index 74f1db2aa6f8097ac1586fe00f3be9e7cdaf2bc4..8489b4078823c0fb2491087c6d8fdb3a8242bcbd 100644 (file)
@@ -1,3 +1,26 @@
+2019-10-28  Nick Clifton  <nickc@redhat.com>
+
+       * tic30-dis.c (OPERAND_BUFFER_LEN): Define.  Use as length of
+       operand buffer.  Set value to 15 not 13.
+       (get_register_operand): Use OPERAND_BUFFER_LEN.
+       (get_indirect_operand): Likewise.
+       (print_two_operand): Likewise.
+       (print_three_operand): Likewise.
+       (print_oar_insn): Likewise.
+
+2019-10-28  Nick Clifton  <nickc@redhat.com>
+
+       * ns32k-dis.c (bit_extract): Add sanitiy check of parameters.
+       (bit_extract_simple): Likewise.
+       (bit_copy): Likewise.
+       (pirnt_insn_ns32k): Ensure that uninitialised elements in the
+       index_offset array are not accessed.
+
+2019-10-28  Nick Clifton  <nickc@redhat.com>
+
+       * xgate-dis.c (print_insn): Fix decoding of the XGATE_OP_DYA
+       operand.
+
 2019-10-25  Nick Clifton  <nickc@redhat.com>
 
        * rx-dis.c (print_insn_rx): Use parenthesis to ensure correct
This page took 0.023502 seconds and 4 git commands to generate.