Skip to content

Commit

Permalink
Fix last covs
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Sep 26, 2024
1 parent 2fba905 commit d25f859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions libr/core/cmd_anal.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -7641,9 +7641,6 @@ static bool cmd_aea_stuff(RCore* core, int mode, ut64 addr, int length, const ch
break;
}
r_anal_op_fini (&aop);
if (len < 1) {
len = 1;
}
}
r_cons_break_pop ();
esil->nowrite = false;
Expand Down Expand Up @@ -7685,6 +7682,7 @@ static bool cmd_aea_stuff(RCore* core, int mode, ut64 addr, int length, const ch
} else if ((mode >> 4) & 1) {
pj = r_core_pj_new (core);
if (!pj) {
free (regnow);
return false;
}
pj_o (pj);
Expand Down
1 change: 1 addition & 0 deletions libr/core/cmd_eval.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ static bool cmd_ec(RCore *core, const char *input) {
color_code ? color_code : r_cons_singleton ()->context->pal.wordhl);
r_meta_set_string (core->anal, R_META_TYPE_HIGHLIGHT, core->offset, dup);
r_str_argv_free (argv);
free (color_code);
R_FREE (word);
R_FREE (dup);
}
Expand Down

0 comments on commit d25f859

Please sign in to comment.