Fix #15238 - pvj4 stuck in a loop

This commit is contained in:
pancake 2019-10-11 12:10:33 +02:00
parent 9db9050454
commit 07bfca8cb1

View File

@ -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