]> Cypherpunks repositories - gostls13.git/commit
crypto/rand: zero length reads shouldn't crash on Windows.
authorAdam Langley <agl@golang.org>
Mon, 10 Sep 2012 00:07:09 +0000 (20:07 -0400)
committerAdam Langley <agl@golang.org>
Mon, 10 Sep 2012 00:07:09 +0000 (20:07 -0400)
commitb752ab2e90a29e8c56a19457c736065085d4ab09
treefc0cabf2f53ef293b6496cf461d5c6d6e0d84462
parentae0862c1ec6850035bbb89aa6274392de1020039
crypto/rand: zero length reads shouldn't crash on Windows.

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/6496099
src/pkg/crypto/rand/rand_test.go
src/pkg/crypto/rand/rand_windows.go