]> Cypherpunks repositories - gostls13.git/commit
bytes/hash: initialize all 64 bits of hash seed
authorKeith Randall <khr@google.com>
Mon, 21 Oct 2019 21:10:35 +0000 (14:10 -0700)
committerKeith Randall <khr@golang.org>
Mon, 21 Oct 2019 22:01:12 +0000 (22:01 +0000)
commitdba19c65a78c017e4f3fab94c8288bb120203078
treefeb51c7baec9a3e6d8d2d7a18ec187fd93a82747
parent10e7bc994f47a71472c49f84ab782fdfe44bf22e
bytes/hash: initialize all 64 bits of hash seed

Fixes #34925

Change-Id: Iadf12ca47a69b62c3f48d732b430cc85cf62a91c
Reviewed-on: https://go-review.googlesource.com/c/go/+/202577
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.14.html
src/bytes/hash/hash.go
src/bytes/hash/hash_test.go