mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 23:06:36 +00:00
Fix #3254 - Invalid range issue in r2 -A
This commit is contained in:
parent
56040f6a19
commit
7dc293b427
@ -2826,8 +2826,9 @@ R_API int r_core_anal_refs(RCore *core, const char *input) {
|
||||
"aarj", " [sz]", "list found xrefs in JSON format",
|
||||
"aar*", " [sz]", "list found xrefs in radare commands format",
|
||||
NULL};
|
||||
|
||||
input++;
|
||||
if (*input) {
|
||||
input++;
|
||||
}
|
||||
if (*input == '?') {
|
||||
r_core_cmd_help (core, help_msg_aar);
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user