mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-03 03:35:37 +00:00
Initialize buf in anal.x86.cs
This commit is contained in:
parent
6c8a0e7125
commit
5e82babac8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user