Skip to content

Commit

Permalink
fi
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Apr 17, 2024
1 parent 0960322 commit f92409d
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 @@ -585,7 +585,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 f92409d

Please sign in to comment.