mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 23:20:40 +00:00
Remove undocumented and unlogged seek behavior when no alias match is found
This commit is contained in:
parent
0c46ebfed2
commit
4a1ef1de44
@ -798,12 +798,7 @@ static int cmd_alias(void *data, const char *input) {
|
||||
r_core_cmd0 (core, (char *)v->data);
|
||||
}
|
||||
} else {
|
||||
ut64 at = r_num_get (core->num, buf);
|
||||
if (at != UT64_MAX) {
|
||||
r_core_seek (core, at, true);
|
||||
} else {
|
||||
eprintf ("No such alias \"$%s\"\n", buf);
|
||||
}
|
||||
eprintf ("No such alias \"$%s\"\n", buf);
|
||||
}
|
||||
}
|
||||
free (buf);
|
||||
|
Loading…
Reference in New Issue
Block a user