Skip to content

Commit

Permalink
fi
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jun 19, 2024
1 parent 4a48529 commit 147acab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libr/core/dmh_glibc.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,9 @@ static GHT GH (get_main_arena_offset_with_relocs) (RCore *core, const char *libc
R_LOG_WARN ("get_main_arena_with_relocs: Failed to open libc %s", libc_path);
return GHT_MAX;
}
#if R2_USE_NEW_ABI
int bfid = bf? bf->id: -1;
#endif
RRBTree *relocs = r_bin_get_relocs (bin);
if (!relocs) {
R_LOG_WARN ("get_main_arena_with_relocs: Failed to get relocs from libc %s", libc_path);
Expand Down

0 comments on commit 147acab

Please sign in to comment.