mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-25 07:15:19 +00:00
Initialize variables in r_core_anal_type_match (#17834)
Co-authored-by: pancake <pancake@nopcode.org>
This commit is contained in:
parent
cb3d90c6de
commit
6db4dcb55a
@ -471,8 +471,8 @@ R_API void r_core_anal_type_match(RCore *core, RAnalFunction *fcn) {
|
||||
if (!hc) {
|
||||
return;
|
||||
}
|
||||
RDebugTrace *dt;
|
||||
RAnalEsilTrace *et;
|
||||
RDebugTrace *dt = NULL;
|
||||
RAnalEsilTrace *et = NULL;
|
||||
if (!anal_emul_init (core, hc, &dt, &et) || !fcn) {
|
||||
anal_emul_restore (core, hc, dt, et);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user