Skip to content

ntdll: Also relocate entry point for builtin modules.

Yuxuan Shui requested to merge yshui/wine:ntdll-builtin-module-relocate into master

Discovered while I was working on ASan support. ASan shadow memory might be placed where the main image is normally loaded, forcing it to relocate. virtual_map_module handles this correctly but virtual_map_builtin_module doesn't.

Merge request reports

Loading