You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hashtablesize is a uint32_t. No boundary checks are performed when reading hashBits from the configuration file. This will result in overflows and even segmentation faults (e.g. if hashbits == 63).
The text was updated successfully, but these errors were encountered:
Hashtablesize is a uint32_t. No boundary checks are performed when reading hashBits from the configuration file. This will result in overflows and even segmentation faults (e.g. if hashbits == 63).
The text was updated successfully, but these errors were encountered: