https://bugs.winehq.org/show_bug.cgi?id=55665
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #4 from Bernhard Übelacker bernhardu@mailbox.org --- (In reply to rcs777 from comment #2) These three patches to revert are equal to what I found in bug 55761, and further leads to bug 55833.
Do you still need to drop the commits from your first commit?
And instead of dropping d92d9b, 9b60b6 and a81c53 maybe following might work for you and be easier:
dlls/ntdll/unix/virtual.c @@ -4399,3 +4399,3 @@ void virtual_set_large_address_space(void) #ifndef __APPLE__ /* don't free the zerofill section on macOS */ - else + else if (main_image_info.DllCharacteristics & IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA) free_reserved_memory( 0, (char *)0x7ffe0000 );