Fix Potential Deadlock in LdrLoadDll

Robert Shearman R.J.Shearman at warwick.ac.uk
Wed Feb 11 17:49:49 CST 2004


Hi,

This patch fixes a potential deadlock in LdrLoadDll as it tries to call
LdrUnloadDll with the loader lock held, resulting in deadlock once
LdrUnloadDll also tries to enter the loader critical section.
This only happens on process_attach failure.

Rob

Changelog:
Fix Potential Deadlock in LdrLoadDll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: loader_1.diff
Type: text/x-patch
Size: 760 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20040211/3b1b44ed/loader_1.bin


More information about the wine-patches mailing list