mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Fix stack corruption. Thanks to Waxdragon and the fact he uses an -O2 build (hint hint nudge nudge)
svn path=/trunk/; revision=20569
This commit is contained in:
parent
5e6fa26231
commit
caa14fa66e
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ ExpWorkerThreadBalanceManager(IN PVOID Context)
|
|||
KTIMER Timer;
|
||||
LARGE_INTEGER Timeout;
|
||||
NTSTATUS Status;
|
||||
PVOID WaitEvents[2];
|
||||
PVOID WaitEvents[3];
|
||||
PAGED_CODE();
|
||||
UNREFERENCED_PARAMETER(Context);
|
||||
|
||||
|
|
Loading…
Reference in a new issue