Browse Source
CBigNum::setint64() does 'n <<= 8', where n is of type "long long". This leads to shifting onto and past the sign bit, which is undefined behavior in C++11 and can cause problems in the future.miguelfreitas
Ricardo M. Correia
13 years ago
1 changed files with 11 additions and 5 deletions
Loading…
Reference in new issue