24 Aug
2023
24 Aug
'23
8:45 p.m.
On Thu Aug 24 20:45:55 2023 +0000, Jinoh Kang wrote:
If `ctx_count == 1`, then `contexts[CTX_WOW]` does not exist. This happens when a 64-bit (native) process calls `NtSetContextThread` on a 32-bit (WoW64) thread whose context is still pending. In this case, `is_pending` will be true but `ctx_count == 1`. Good catch, fixed in the new version.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3566#note_43324