Skip to content
Snippets Groups Projects
Select Git revision
  • cbec17f2cd2712772bc57f3530d6d16f8552e155
  • master default protected
2 results

py

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Damien George authored
    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.
    cbec17f2
    History
    Name Last commit Last update
    ..