24 Mar
2024
24 Mar
'24
6:48 p.m.
Nikolay Sivov (@nsivov) commented about dlls/wow64/process.c:
case ProcessExecuteFlags: /* ULONG */ case ProcessCookie: /* ULONG */ case ProcessCycleTime: /* PROCESS_CYCLE_TIME_INFORMATION */ + case ProcessQuotaLimits: /* QUOTA_LIMITS */ /* FIXME: check buffer alignment */ return NtQueryInformationProcess( handle, class, ptr, len, retlen );
I don't think it's enough, because of the SIZE_T fields in the structure. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5269#note_65953