Skip to content

Commit

Permalink
Fix missing variable declaration in WaitForMultipleObjects check
Browse files Browse the repository at this point in the history
  • Loading branch information
gsuberland authored Feb 4, 2024
1 parent 0c22e74 commit 1879863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions al-khaser/TimingAttacks/timing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ BOOL timing_WaitForSingleObject(UINT delayInMillis)

BOOL timing_WaitForMultipleObjects(UINT delayInMillis) {
HANDLE hThread;
HANDLE ghEvents[2];
DWORD i, dwEvent, dwThreadID;

// Create two event objects
Expand Down

0 comments on commit 1879863

Please sign in to comment.