mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00: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