]> Cypherpunks repositories - gostls13.git/commit
io/ioutil: fix locking of the tempfile random state
authorMarius Nuennerich <mnu@google.com>
Tue, 14 Apr 2015 10:30:54 +0000 (11:30 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 14 Apr 2015 19:45:05 +0000 (19:45 +0000)
commit21e37daa49d233e2ba298cb154f409de1f3f748d
tree65175ec5eaefeab7b33309b1623fb0196a3c3e2a
parenteced964c2d6dfc74e64f712f95aed4483c173028
io/ioutil: fix locking of the tempfile random state

Fixes #10451

Change-Id: I15ed777e9a4a4e1ba1178d07fcbe0ab4bf0d9e50
Reviewed-on: https://go-review.googlesource.com/8936
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/io/ioutil/tempfile.go