Ricardo M. Correia fe78c9ae8b Don't overflow signed ints in CBigNum::setint64().
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.
2012-05-14 02:53:27 +02:00
..
2012-04-27 10:14:33 -04:00
2012-05-09 03:48:30 +02:00
2012-05-09 03:48:30 +02:00
2012-04-17 20:03:42 +02:00
2012-05-08 20:11:17 -04:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:03:42 +02:00
2012-04-17 20:03:42 +02:00
2012-05-04 16:12:23 +02:00
2012-02-07 11:28:30 -05:00
2012-04-17 20:37:47 +02:00
2012-03-26 16:48:23 +02:00
2012-05-13 15:11:51 +02:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:00:55 +02:00