mirror of
https://github.com/radareorg/radare2.git
synced 2025-04-03 01:52:04 +00:00
Fix #15238 - pvj4 stuck in a loop
This commit is contained in:
parent
9db9050454
commit
07bfca8cb1
@ -3009,6 +3009,7 @@ static void cmd_print_pv(RCore *core, const char *input, bool useBytes) {
|
||||
if (*p == '\\' && p[1] == 'x') {
|
||||
memmove (p, p + 4, strlen (p + 4) + 1);
|
||||
}
|
||||
p++;
|
||||
}
|
||||
}
|
||||
// r_num_get is gonna use a dangling pointer since the internal
|
||||
|
Loading…
x
Reference in New Issue
Block a user