mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 14:54:54 +00:00
call r_cons_break_pop after r_cons_break_push in a loop, avoiding leaks and the infinite loop (issue #8709) (#8711)
This commit is contained in:
parent
b261753d98
commit
48972b9c6d
@ -277,6 +277,7 @@ R_API void r_core_anal_type_match(RCore *core, RAnalFunction *fcn) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
r_cons_break_pop();
|
||||
}
|
||||
r_cons_break_pop ();
|
||||
r_anal_emul_restore (core, hc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user