Browse Source
Before this, ubsan would detect a problem when executing hash(006699999999999999999999999999999999999999999999999999999999999999999999) ../../py/mpz.c:1539:20: runtime error: left shift of 1067371580458 by 32 places cannot be represented in type 'mp_int_t' (aka 'long') When the overflow does occur it now happens as defined by the rules of unsigned arithmetic.pull/3798/head
Jeff Epler
7 years ago
committed by
Damien George
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue