[PATCH 2/2] ntdll: Fix section header heap deadlock.

Alexandre Julliard julliard at winehq.org
Wed Apr 4 12:08:41 CDT 2012


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

> Real Name:
>     Erich Hoover
>
> Description:
>     Using the process heap for the section headers can cause a
> deadlock (Bug #30356), this patch uses the virtual heap instead.

I don't think we want to use the virtual heap for that sort of thing, it
should be used only for memory views.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list