-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix size check of max processor count (#199)
On 64-bit systems, size_t will not overflow when the function to get max processors returns UINT32_MAX. Use the appropriate uint32_t type.
- Loading branch information
1 parent
4e5be9e
commit 9f13d15
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters