Skip to content
Snippets Groups Projects
Verified Commit 1dc3666e authored by Vladimír Čunát's avatar Vladimír Čunát Committed by Tomas Krizek
Browse files

contrib/murmurhash3: fix occasional undefined behavior

murmurhash3.c:43:40: runtime error: addition of unsigned offset
                     to 0x7ffce41c2014 overflowed to 0x7ffce41c2000
The `i` was used in a super-ugly way; I suspect the only reason was
to optimize that end-loop condition was zero comparison *vomit*
parent 94896b2e
1 merge request!1167various undefined-behavior fixes
Pipeline #79547 failed with stages
in 3 minutes and 7 seconds