Skip to content
Snippets Groups Projects
Commit 441bb685 authored by Ben Gamari's avatar Ben Gamari
Browse files

rts/PEi386: Fix reentrant lock usage

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.

Happily, this un-breaks `T12771`, `T13082_good`, and `T14611`, which
were previously marked as broken due to #18718.

Closes #19155.

(cherry picked from commit a7105e53)
parent 3e68f656
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment