Browse Source
As noticed by sipa (Pieter Wuille), this can happen when CBigNum::setint64() is called with an integer value of INT64_MIN (-2^63). When compiled with -ftrapv, the program would crash. Otherwise, it would execute an undefined operation (although in practice, usually the correct one).miguelfreitas
Ricardo M. Correia
13 years ago
1 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue