Browse Source
Without this patch, on 64-bit architectures the "1 << (small_int_bits - 1)" is computed using only 32-bit values (since small_int_bits is a uint8_t) and so will overflow (and give the wrong result) if small_int_bits is larger than 32.pull/4049/merge
Damien George
6 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue