]> Cypherpunks repositories - gostls13.git/commit
runtime: fix panic for make(chan [0]byte).
authorNigel Tao <nigeltao@golang.org>
Mon, 18 Jul 2011 05:54:11 +0000 (15:54 +1000)
committerNigel Tao <nigeltao@golang.org>
Mon, 18 Jul 2011 05:54:11 +0000 (15:54 +1000)
commit95323c59eaa6ffa8c76450c19a3831c88ecd19e3
treeef855b6a2d7c7fb008b21c969dbb4517dd425082
parenta8e0035bd346beebb9d6bb5b43cb99ca901dd47a
runtime: fix panic for make(chan [0]byte).

I suspect that this was introduced by
http://code.google.com/p/go/source/detail?r=6e4ee32fffd1

R=r
CC=golang-dev
https://golang.org/cl/4764045
src/pkg/runtime/chan.c
test/chan/zerosize.go [new file with mode: 0644]