May 23, 2026
6:38 p.m.
NtMapViewOfSection reports ARM64EC image mappings through NotifyMapViewOfSection, but executable non-image section mappings currently return before any ARM64EC memory notification is sent. Those mappings can replace a previously tracked executable range. This patch reports non-image mappings through the existing memory-protection notification callback so the ARM64EC runtime sees the final mapped protection. This fixes a reduced FEX repro where an executable pagefile section is mapped over a previously executed allocation and then executed. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10985