Fix assigned value with undefined (#893)

This commit is contained in:
radare 2017-04-18 00:45:03 +02:00 committed by Nguyen Anh Quynh
parent 5bbf913fda
commit 42c865862f
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ void X86_Intel_printInst(MCInst *MI, SStream *O, void *Info)
reg = X86_insn_reg_intel(MCInst_getOpcode(MI), &access1);
if (MI->csh->detail) {
#ifndef CAPSTONE_DIET
uint8_t access[6];
uint8_t access[6] = {0};
#endif
// first op can be embedded in the asm by llvm.