mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-27 08:12:44 +00:00
Fix CID 1134697
This commit is contained in:
parent
cd07e58b10
commit
8a19cf25ff
@ -322,7 +322,7 @@ static int cmd_help(void *data, const char *input) {
|
||||
r_num_math (core->num, input+2): core->offset;
|
||||
n = r_io_section_vaddr_to_offset (core->io, n);
|
||||
s = r_io_section_get (core->io, n);
|
||||
if (s && s->name)
|
||||
if (s && *(s->name))
|
||||
r_cons_printf ("%s\n", s->name);
|
||||
} break;
|
||||
case '_': // hud input
|
||||
|
Loading…
x
Reference in New Issue
Block a user