]> Cypherpunks repositories - gostls13.git/commit
crypto/rand: convert r.used to atomic type
authorcui fliter <imcusg@gmail.com>
Tue, 6 Sep 2022 13:17:25 +0000 (13:17 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Sat, 1 Oct 2022 08:32:46 +0000 (08:32 +0000)
commit5f566d35bf7d590c95f4d1b685b995deeb9ba957
tree5e4c3b6ff85b599ed18209cd98fac0f7c166b68b
parentef1c70fbde3acb3d0865b8c12e75e6dcb65653d3
crypto/rand: convert r.used to atomic type

For #53821

Change-Id: I1b5c62288eca20ff50f6d8d979cf82df24d4545b
GitHub-Last-Rev: 266148570a6465b8a43e04b39b1ebf85d80fcc76
GitHub-Pull-Request: golang/go#54884
Reviewed-on: https://go-review.googlesource.com/c/go/+/428477
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/crypto/rand/rand_unix.go