]> Cypherpunks repositories - gostls13.git/commit
io/ioutil: fix data race under the race detector
authorDmitriy Vyukov <dvyukov@google.com>
Sun, 7 Oct 2012 18:08:06 +0000 (22:08 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sun, 7 Oct 2012 18:08:06 +0000 (22:08 +0400)
commit373dbcb37af7b8966fc6f3818701c9ca3e8693da
treedc460f082d0a0b785cafe859b633db78c2fdfdd6
parent59b87453285d952c5b1bc705ca5ffc87e7f15f61
io/ioutil: fix data race under the race detector
See issue 3970 (it's already marked as Fixed).

R=rsc, minux.ma
CC=golang-dev
https://golang.org/cl/6624059
src/pkg/io/ioutil/blackhole.go [new file with mode: 0644]
src/pkg/io/ioutil/blackhole_race.go [new file with mode: 0644]
src/pkg/io/ioutil/ioutil.go