mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[KERNEL32] CreateProcessInternalW: Initialize uninitialized ClientId.
This situation happens when either of the two "goto VdmShortCircuit;" code paths are taken when starting a DOS or WoW16 app.
This commit is contained in:
@@ -2353,6 +2353,7 @@ CreateProcessInternalW(IN HANDLE hUserToken,
|
||||
SectionHandle = NULL;
|
||||
ProcessHandle = NULL;
|
||||
ThreadHandle = NULL;
|
||||
ClientId.UniqueProcess = ClientId.UniqueThread = 0;
|
||||
BaseAddress = (PVOID)1;
|
||||
|
||||
/* Zero out initial SxS and Application Compatibility state */
|
||||
|
||||
Reference in New Issue
Block a user