mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 07:26:42 +00:00
Fix #13033 - Crash in pifjA
This commit is contained in:
parent
b4504f9564
commit
4cdc50feb1
@ -4493,7 +4493,7 @@ static int cmd_print(void *data, const char *input) {
|
||||
if (input[2] == '?') { // "pif?"
|
||||
r_core_cmd_help(core, help_msg_pif);
|
||||
} else if (input[2] == 'j') {
|
||||
r_core_cmdf (core, "pdfj%s", input[3]);
|
||||
r_core_cmdf (core, "pdfj%s", input + 3);
|
||||
} else if (input[2] == 'c') { // "pifc"
|
||||
|
||||
RListIter *iter;
|
||||
|
Loading…
Reference in New Issue
Block a user