Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ensure: Fix potential overflow of size_t
This could only happen if the maximum SIZE_T is not at least 2 times bigger than INT_MAX. Not sure if this can happen on real systems, but better be safe then sorry.
- Loading branch information