summaryrefslogtreecommitdiff
path: root/core/config/SCsub
diff options
context:
space:
mode:
authorMarkus Sauermann <6299227+Sauermann@users.noreply.github.com>2022-11-22 19:46:54 +0100
committerMarkus Sauermann <6299227+Sauermann@users.noreply.github.com>2022-11-22 19:46:54 +0100
commit75d56f4201469eb9eeecadb990f62f3f71dbc784 (patch)
tree1405727781ea5584f867aa768c37a0aa7ca72a92 /core/config/SCsub
parent0aba659891f5947d9b55ce7c70aa4d7209369717 (diff)
Fix parameters for hash_murmur3_one_32
In multiple locations in the codebase hash_murmur3_one_32 is used for generating hash values. Whenever a sequence of multiple hash-calculation happens within a single function, the previous hash value is always used as input in the following hash-calculations. The only exception is get_cache_multipass, where currently the previous hash value is overridden without utilizing it. This patch corrects that.
Diffstat (limited to 'core/config/SCsub')
0 files changed, 0 insertions, 0 deletions