mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user