mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 11:36:46 +00:00
[NTDLL/LDR]
Hey Arch, stop corrupting the stack! svn path=/trunk/; revision=52654
This commit is contained in:
parent
0afc11163d
commit
cfbbc68e9f
1 changed files with 1 additions and 1 deletions
|
@ -681,9 +681,9 @@ LdrpWalkImportDescriptor(IN LPWSTR DllPath OPTIONAL,
|
|||
DPRINT("LdrpWalkImportDescriptor('%S' %x)\n", DllPath, LdrEntry);
|
||||
|
||||
/* Set up the Act Ctx */
|
||||
RtlZeroMemory(&ActCtx, sizeof(ActCtx));
|
||||
ActCtx.Size = sizeof(ActCtx);
|
||||
ActCtx.Format = RTL_CALLER_ALLOCATED_ACTIVATION_CONTEXT_STACK_FRAME_FORMAT_WHISTLER;
|
||||
RtlZeroMemory(&ActCtx.Frame, sizeof(ActCtx));
|
||||
|
||||
/* Check if we have a manifest prober routine */
|
||||
if (LdrpManifestProberRoutine)
|
||||
|
|
Loading…
Reference in a new issue