-
- Downloads
tests/rng: fix cppcheck error shiftTooManyBitsSigned
cpp check is reporting the following error error (shiftTooManyBitsSigned): Shifting signed 32-bit value by 31 bits is undefined behaviour Fix by ensuring the `1` is an `uint32_t` before shifting.
Loading
Please register or sign in to comment