Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ToolItemUpdater: fix possible Integer overflow
Both DELAY and 1_000_000 are Integers. Multiplied they could exceed max integer. Currently the DELAY is small enough to not overflow, but changing the constant would silently overflow.
- Loading branch information