fixed undefined signed integer overflow for expression "1 << 31"
authorHolger Schemel <holger.schemel@virtion.de>
Thu, 20 Oct 2022 15:35:49 +0000 (17:35 +0200)
committerHolger Schemel <holger.schemel@virtion.de>
Thu, 20 Oct 2022 15:39:07 +0000 (17:39 +0200)
This issue was found by Cppcheck (static C/C++ code analysis tool)
and by using Clang with option "-fsanitize=undefined".


No differences found