Skip to content
Snippets Groups Projects
Commit 407b8c77 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: hash-table size overflow with 64-bit labels (fixes #498)

- Requires (1L << N) instead of (1 << N), otherwise it overflows
  and the result is zero.
parent f44cb6c6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment