mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 12:12:06 +00:00
Fix regression with undefined behaviour
This commit is contained in:
parent
6de6f35b30
commit
3d1eec808f
@ -1123,6 +1123,7 @@ R_API int r_core_init(RCore *core) {
|
||||
core->oobi = NULL;
|
||||
core->oobi_len = 0;
|
||||
core->printidx = 0;
|
||||
core->lines_cache = NULL;
|
||||
core->lastcmd = NULL;
|
||||
core->cmdqueue = NULL;
|
||||
core->cmdrepeat = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user