diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-10-06 21:38:05 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-10-06 21:38:05 -0700 |
commit | d43f7f36d691362ec4b12b26f1ab252d7be280cf (patch) | |
tree | 5f850640608ef437d42bb4f037af8d1eed4016d3 /ffi.c | |
parent | abe9fad58216f06f5db47c12036cf73521c3c5b5 (diff) | |
download | txr-d43f7f36d691362ec4b12b26f1ab252d7be280cf.tar.gz txr-d43f7f36d691362ec4b12b26f1ab252d7be280cf.tar.bz2 txr-d43f7f36d691362ec4b12b26f1ab252d7be280cf.zip |
hash: bugfix: don't trim seed to 32 bits.
This relates to the November 2021 commit
9108e9f8f4434fb29200b08a4b576df47c407c01:
hash: 64 bit string and buffer hashing and seeds.
In the hash constructor, a 32 bit cast was left
behind, needlessly reducing the seed value to 32
bits on 64 bit platforms.
* hash.c (do_make_hash): Don't convert the ucnum
value to u32_t; just store it.
Diffstat (limited to 'ffi.c')
0 files changed, 0 insertions, 0 deletions