Initialize buf in anal.x86.cs

This commit is contained in:
pancake 2015-01-21 14:08:50 +01:00
parent 6c8a0e7125
commit 5e82babac8

View File

@ -20,6 +20,7 @@ static char *getarg(csh handle, cs_insn *insn, int n, int set) {
cs_x86_op op;
if (!insn->detail)
return NULL;
buf[0] = 0;
#if 0
if (n<0 || n>INSOPS)
return NULL;