RE: Fix Potential Deadlock in LdrLoadDll

2004-02-12 Thread Robert Shearman
Alexandre Julliard wrote: > Robert Shearman <[EMAIL PROTECTED]> writes: > > > 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 on

Re: Fix Potential Deadlock in LdrLoadDll

2004-02-11 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > 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.