mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[KERNEL32]
Fix an infinite loop bug in CreateProcessInternalW. svn path=/branches/ntvdm/; revision=61909
This commit is contained in:
@@ -3198,7 +3198,7 @@ StartScan:
|
||||
/* Pick which kind of WOW mode we want to run in */
|
||||
VdmBinaryType = (dwCreationFlags &
|
||||
CREATE_SEPARATE_WOW_VDM) ?
|
||||
BINARY_TYPE_WOW : BINARY_TYPE_SEPARATE_WOW;
|
||||
BINARY_TYPE_SEPARATE_WOW : BINARY_TYPE_WOW;
|
||||
|
||||
/* Get all the VDM settings and current status */
|
||||
Status = BaseCheckVDM(VdmBinaryType,
|
||||
|
||||
Reference in New Issue
Block a user