[PATCH] loader: Check if the preloader overlaps the reserved range on the Mac.

Chip Davis cdavis at codeweavers.com
Thu Dec 6 10:25:39 CST 2018


December 6, 2018 10:20 AM, "Sebastian Lackner" <sebastian at fds-team.de> wrote:

> since it seems pretty easy to check, I would also recommend to verify
> that dyld is indeed already loaded before calling any of the lookup
> functions.

But dyld *must* always be mapped in by the kernel. Otherwise, it would not be possible to load any other images at all. Therefore, I think we can safely assume that dyld is loaded.

Chip



More information about the wine-devel mailing list