Skip to content

Commit

Permalink
Remove GOT validation on process exit.
Browse files Browse the repository at this point in the history
  • Loading branch information
iapaddler committed Jul 9, 2024
1 parent c5ef4c8 commit 9caec24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ handleExit(void)
g_exitdone = TRUE;

// detect GOT mods
inspectGotTables();
//inspectGotTables();

if (!atomicCasU64(&reentrancy_guard, 0ULL, 1ULL)) {

Expand Down

0 comments on commit 9caec24

Please sign in to comment.