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
1 merge request!121Merge develop into master for v1706 release
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment