May 15, 2025
6:44 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7962