]> Cypherpunks repositories - gostls13.git/commit
runtime: init plan9 hashkey by time
authorMeng Zhuo <mzh@golangcn.org>
Mon, 29 Mar 2021 07:10:50 +0000 (15:10 +0800)
committerMeng Zhuo <mzh@golangcn.org>
Tue, 30 Mar 2021 01:17:14 +0000 (01:17 +0000)
commita95454b6f31a982f064d262987199fba19f085e9
treea34f346d3f8e3d471820d38cb3b1f5d4b9ddf0c9
parent06ad41642c6e06ddb6faa8575fcc3cfafa6a13d1
runtime: init plan9 hashkey by time

Maphash requires non-zero integer for initial hashkey

Fixes #45090

Change-Id: Ie567f648c19e81cddc8e72a1c64809fbf52df188
Reviewed-on: https://go-review.googlesource.com/c/go/+/303969
Trust: Meng Zhuo <mzh@golangcn.org>
Run-TryBot: Meng Zhuo <mzh@golangcn.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Richard Miller <millerresearch@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/os_plan9.go