[Bug 48417] All Wine 32-bit PE builtin dlls created by llvm-mingw use the same fixed imagebase, preventing non-relocatable native executables from being loaded (dynamicbase/ASLR should be default)

WineHQ Bugzilla wine-bugs at winehq.org
Sun Jan 5 13:17:26 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=48417

--- Comment #5 from Alexandre Julliard <julliard at winehq.org> ---
While we may want to add ASLR at some point, it's not necessary for this bug.

The right fix is to map the exe before anything else, but there's still some
work left before we can do that. For now, setting an explicit load address for
kernelbase should be enough.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list