mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Initialized all stack related values.
svn path=/trunk/; revision=16684
This commit is contained in:
parent
cf27db3375
commit
c5a9d200e8
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ RtlpCreateUserStack(HANDLE hProcess,
|
|||
}
|
||||
|
||||
/* Now set up some basic Initial TEB Parameters */
|
||||
InitialTeb->PreviousStackBase = NULL;
|
||||
InitialTeb->PreviousStackLimit = NULL;
|
||||
InitialTeb->AllocatedStackBase = (PVOID)Stack;
|
||||
InitialTeb->StackBase = (PVOID)(Stack + StackReserve);
|
||||
|
||||
|
|
Loading…
Reference in a new issue