diff options
author | Cupertino Miranda <cmiranda@synopsys.com> | 2016-08-26 22:15:23 +0200 |
---|---|---|
committer | Cupertino Miranda <cmiranda@synopsys.com> | 2016-08-30 18:21:13 +0200 |
commit | 7763838e991e4d17a24c4214db5144eefd515543 (patch) | |
tree | 338fdbcd756808384bbde3b17929332bda179c37 /opcodes/ChangeLog | |
parent | 5af962df4dda65216b83d0a954ea355296517f4b (diff) | |
download | gdb-7763838e991e4d17a24c4214db5144eefd515543.zip gdb-7763838e991e4d17a24c4214db5144eefd515543.tar.gz gdb-7763838e991e4d17a24c4214db5144eefd515543.tar.bz2 |
Fixed issue with NULL pointer access on header var.
Variable "header" in function is set conditionally, but was accessed without
verifying if pointer was NULL.
opcodes/ChangeLog:
Cupertino Miranda <cmiranda@synopsys.com>
* opcodes/arc-dis.c (print_insn_arc): Changed.
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 9e41bc5..fdb78af 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2016-08-30 Cupertino Miranda <cmiranda@synopsys.com> + + * opcodes/arc-dis.c (print_insn_arc): Changed. + 2016-08-26 Jose E. Marchesi <jose.marchesi@oracle.com> * sparc-opc.c (sparc_opcodes): Fix typo in opcode, camellia_fi -> |