mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Initialized all stack related values.
svn path=/trunk/; revision=16684
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user