Skip to content

Change uses of int to size_t in MurmurHash#48562

Merged
oscardssmith merged 2 commits into
JuliaLang:masterfrom
gbaraldi:fix-hash2
Feb 7, 2023
Merged

Change uses of int to size_t in MurmurHash#48562
oscardssmith merged 2 commits into
JuliaLang:masterfrom
gbaraldi:fix-hash2

Conversation

@gbaraldi

@gbaraldi gbaraldi commented Feb 6, 2023

Copy link
Copy Markdown
Member

Fixes #48553

@vtjnash vtjnash added backport 1.6 Change should be backported to release-1.6 backport 1.9 Change should be backported to release-1.9 labels Feb 6, 2023
@giordano giordano added the needs tests Unit tests are required for this change label Feb 6, 2023
@gbaraldi gbaraldi removed the needs tests Unit tests are required for this change label Feb 6, 2023
@oscardssmith oscardssmith merged commit 3fe69f4 into JuliaLang:master Feb 7, 2023
KristofferC pushed a commit that referenced this pull request Feb 7, 2023
* Change uses of int to size_t in MurmurHash

(cherry picked from commit 3fe69f4)
@KristofferC KristofferC removed the backport 1.9 Change should be backported to release-1.9 label Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 1.6 Change should be backported to release-1.6

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Segfault in MurmurHash3_x64_128

5 participants