3 Apr
2023
3 Apr
'23
12:22 p.m.
Jinoh Kang (@iamahuman) commented about dlls/ntdll/actctx.c:
(pActCtx->dwFlags & ~ACTCTX_FLAGS_ALL)) return STATUS_INVALID_PARAMETER;
+ if ((pActCtx->dwFlags & ACTCTX_FLAG_RESOURCE_NAME_VALID) && !pActCtx->lpResourceName) + return STATUS_INVALID_PARAMETER;
Not sure if we have existing tests for this? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2555#note_28673