Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix warning about potential arithmetic overflow: remove unnecessary c…
…alculations https://github.com/work-examples/key-value-web-server-lock-free/security/code-scanning/73 Arithmetic overflow: Using operator '' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '' to avoid overflow (io.2).
- Loading branch information