diff options
author | John Darrington <john@darrington.wattle.id.au> | 2019-01-04 09:44:58 +0100 |
---|---|---|
committer | John Darrington <john@darrington.wattle.id.au> | 2019-01-09 19:47:06 +0100 |
commit | 448b8ca86519cce1216c9db5f0236604a6a33320 (patch) | |
tree | bff31676ee1c6972f2c87ff582a2ca7844494531 /gdb/ChangeLog | |
parent | 39f286cd585226ad98c2cd94ee0f96988b3696ce (diff) | |
download | gdb-448b8ca86519cce1216c9db5f0236604a6a33320.zip gdb-448b8ca86519cce1216c9db5f0236604a6a33320.tar.gz gdb-448b8ca86519cce1216c9db5f0236604a6a33320.tar.bz2 |
S12Z: Don't crash when disassembling invalid instructions.
Check for null before dereferencing an operand pointer. Normally
this situation should never arise, but could happen if a "partial"
instruction is encountered at the end of a file or section.
opcodes/
* s12z-dis.c (print_insn_s12z): Do not dereference an
operand if it is null.
Diffstat (limited to 'gdb/ChangeLog')
0 files changed, 0 insertions, 0 deletions