[PATCH 1/1] ntdll: Fix section header heap deadlock (try 2).

Alexandre Julliard julliard at winehq.org
Thu Apr 5 07:37:04 CDT 2012


"Erich E. Hoover" <ehoover at mines.edu> writes:

> Description:
>     Free the section header memory outside of the uninterrupted
> section lock.  Changing the order here stops the process heap from
> potentially deadlocking (Bug #30356).

The allocation will still be an issue. I think a better approach would
be to avoid any memory allocation in there.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list