mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 20:39:46 +00:00
missed return value (#5777)
This commit is contained in:
parent
f0466624f6
commit
515c732bef
@ -432,7 +432,7 @@ static int print_double_linked_list_bin_64(RCore *core, RHeap_MallocState64 *ma
|
||||
int ret = 0;
|
||||
ut64 brk_start = UT64_MAX, brk_end = UT64_MAX;
|
||||
if (num_bin > 126 || num_bin < 0) {
|
||||
return;
|
||||
return -1;
|
||||
}
|
||||
ut64 bin = main_arena->bins[num_bin];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user