]> Cypherpunks repositories - gostls13.git/commit
crypto/rand: apply the same max read size on Illumos as on Solaris
authorBryan C. Mills <bcmills@google.com>
Wed, 20 Apr 2022 15:17:59 +0000 (11:17 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 20 Apr 2022 16:05:16 +0000 (16:05 +0000)
commit338a81741a9aecba1a80014eced5cb2d3852d8eb
tree6261f107d678338e19449eb2d7fa2716050408d1
parent17f8d98a4adf8386e63a0d2902ff42ca5e80996e
crypto/rand: apply the same max read size on Illumos as on Solaris

This case was missed in CL 370894, and masked by the lack of an
Illumos TryBot.

Fixes #52452.

Change-Id: I7cda193e33c11a9d04eb888fdb5ec9218e6ed1b5
Reviewed-on: https://go-review.googlesource.com/c/go/+/401294
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Filippo Valsorda <valsorda@google.com>
src/crypto/rand/rand_getrandom.go