]> Cypherpunks repositories - gostls13.git/commit
runtime: check for nil value pointer in select syncsend case
authorIan Lance Taylor <iant@golang.org>
Tue, 27 Sep 2011 03:46:37 +0000 (20:46 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 27 Sep 2011 03:46:37 +0000 (20:46 -0700)
commit45301ba8c04cca3501d2324a7e30481e3ce022c0
tree73db3b176e3459a4357952543bff02e4c13ae3cf
parent9c643bb3fab4457c1a789e9aad75b5aaf7090753
runtime: check for nil value pointer in select syncsend case

Fixes #2309.

R=rsc, bradfitz
CC=golang-dev
https://golang.org/cl/5128053
src/pkg/runtime/chan.c
test/chan/select7.go [new file with mode: 0644]