protonscr

Loader lock might never be released in GetModuleHandleExW()

wineclosed
ValveSoftware/wine#61 · opened 2019-08-18 by imaami · updated 2019-08-18 · 2 comments · github
Iimaami 2019-08-18 github

The return statement on line 482 in dlls/kernel32/module.c may be executed without the loader lock set earlier never being released.

Kkisak-valve maintainer 2019-08-18 github

Hello @imaami, there's no value in tracking this issue with both an issue report and a pull request because Github combines them and this can be discussed on the pull request. Closing in favor of #62.

Iimaami 2019-08-18 github

Hello @imaami, there's no value in tracking this issue with both an issue report and a pull request because Github combines them and this can be discussed on the pull request. Closing in favor of #62.

Thanks for the info, I didn't know Github does that. :)

Nothing extracted yet.