]> Cypherpunks repositories - gostls13.git/commit
runtime: fix pseudo-randomness on some selects
authorGustavo Niemeyer <gustavo@niemeyer.net>
Mon, 15 Aug 2011 06:51:51 +0000 (03:51 -0300)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Mon, 15 Aug 2011 06:51:51 +0000 (03:51 -0300)
commit175849295ce632c2ddeca7024f7c783327b5e571
tree83305640f1f6d46e90d41db408010f3beee422d1
parentd7440ce21a8a4937e1dd3e7d153eef298fe8dadc
runtime: fix pseudo-randomness on some selects

Fixes #2152.

R=golang-dev, dvyukov
CC=golang-dev
https://golang.org/cl/4888044
src/pkg/runtime/chan.c
src/pkg/runtime/chan_test.go