Skip to content

Commit

Permalink
Add missing lock in TCling::FindSym.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcanal committed Apr 26, 2024
1 parent 7cb36b0 commit 1964a66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/metacling/src/TCling.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -7421,6 +7421,7 @@ int TCling::DisplayIncludePath(FILE *fout) const

void* TCling::FindSym(const char* entry) const
{
R__LOCKGUARD(gInterpreterMutex);
return fInterpreter->getAddressOfGlobal(entry);
}

Expand Down

0 comments on commit 1964a66

Please sign in to comment.