mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-01 18:57:20 +00:00
Fix null name issue in axtj
This commit is contained in:
parent
db6ce0cc63
commit
64b97c2113
@ -6427,7 +6427,7 @@ static bool cmd_anal_refs(RCore *core, const char *input) {
|
||||
pj_s (pj, name_ref);
|
||||
free (name_ref);
|
||||
} else {
|
||||
pj_s (pj, name);
|
||||
pj_s (pj, fi->name);
|
||||
}
|
||||
}
|
||||
if (fi->realname && strcmp (fi->name, fi->realname)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user