Skip to content
Unverified Commit 0352e50f authored by baldurk's avatar baldurk
Browse files

Lock inside FetchOrdinalNames just in case

* It's possible for two threads to hit GetProcAddress on the same module at
  once, try to late-fetch the ordinals, and clash. If we lock then only one
  thread will perform the fetch, the other thread can wait and bail out once it
  finds the ordinals already filled out.
parent 8ebd0c5d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment