mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 23:50:40 +00:00
Fix CID 1214331
This commit is contained in:
parent
2ea82d6389
commit
3f38cfb7f3
@ -154,7 +154,7 @@ static int fcn_recurse(RAnal *anal, RAnalFunction *fcn, ut64 addr, ut8 *buf, ut6
|
||||
char *varname;
|
||||
RAnalOp op = {0};
|
||||
int oplen, idx = 0;
|
||||
int delay_cnt, delay_idx, delay_next, delay_done = 0;
|
||||
int delay_cnt = 0, delay_idx = 0, delay_next = 0, delay_done = 0;
|
||||
// add basic block
|
||||
RAnalBlock *bb = NULL;
|
||||
RAnalBlock *bbg = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user