Commit a150baf32c2cbb03a0efd6e260904c57d93275d9

Behdad Esfahbod 2021-08-04T11:53:27

[ot-map] Allocate top mask bit as global bit Avoids undefined-shift of 32 in the following line: map->mask = (1u << (next_bit + bits_needed)) - (1u << next_bit) Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=1219263