[PATCH v2] ntdll: Fix overflow if running 32bit app w/ wine64

Alexandre Julliard julliard at winehq.org
Thu Oct 18 13:32:02 CDT 2018


Brendan McGrath <brendan at redmandi.com> writes:

> But if you run:
> wine64 mono32
>
> you get the Out of Memory error that is fixed by this patch. Applying
> this patch allows these applications to work as they currently do
> under Windows.

For .NET binaries this should be solved by generating a PE64 header to
replace the PE32 one.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list