Skip to content

rts/PEi386: Fix reentrant lock usage

Ben Gamari requested to merge wip/T19155 into master

Previously lookupSymbol_PEi386 would call lookupSymbol while holding linker_mutex. Fix this by rather calling lookupDependentSymbol. This is safe because lookupSymbol_PEi386 unconditionally holds linker_mutex.

Closes #19155 (closed).

Edited by Ben Gamari

Merge request reports