commit | f41b92c7a2fcdd411b9edd7070e4729ea18e0ba6 | [log] [tgz] |
---|---|---|
author | Vladimir <vladimir.a.ivanov@intel.com> | Mon Oct 13 13:41:38 2014 +0700 |
committer | Ian Rogers <irogers@google.com> | Fri Nov 21 16:55:53 2014 -0800 |
tree | 30231057eb355c958a991ad1555301e68a9887e9 | |
parent | 819b3c05b1553dfd9fbde5fdb8f4cf77b5689682 [diff] |
Fix possible array access issue The issue with possible array access in the DisassembleExtendedInstr method should be fixed. The input opcode should be extended one. Additional check for it was added. Also additional CHECK for memory allocation should be added. Change-Id: If114572a5bc99587d5effd588e7bd955c16d8318 Signed-off-by: Vladimir <vladimir.a.ivanov@intel.com>