-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segfault in MurmurHash3_x64_128 #48553
Labels
bug
Indicates an unexpected problem or unintended behavior
Comments
I can reproduce this on linux as well
|
Looks like MurmurHash3_x64_128 takes
|
(fwiw, for this specific input, len is going to be |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following script segfaults (reliably on my x86 mac, sporadically on arm) for any input
N
whereN ≥ 2^31 && N % 16 ≠ 0
.I discovered this working with (unintentionally) large strings that were constructed in code rather than read from a file, but I haven't been able to reproduce the bug minimally without a read.
The text was updated successfully, but these errors were encountered: