Merge branch 'next' of https://github.com/fotisl/capstone into fotisl-next
diff --git a/arch/X86/X86ATTInstPrinter.c b/arch/X86/X86ATTInstPrinter.c
index b33fcdc..f408668 100644
--- a/arch/X86/X86ATTInstPrinter.c
+++ b/arch/X86/X86ATTInstPrinter.c
@@ -917,7 +917,7 @@
 	}
 
 	if (MI->csh->detail) {
-		uint8_t access[6];
+		uint8_t access[6] = {0};
 
 		// some instructions need to supply immediate 1 in the first op
 		switch(MCInst_getOpcode(MI)) {