Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5)

Issue 4764045: code review 4764045: runtime: fix panic for make(chan [0]byte). (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 8 months ago by nigeltao
Modified:
13 years, 8 months ago
Reviewers:
CC:
r, golang-dev
Visibility:
Public.

Description

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

Patch Set 1 #

Patch Set 2 : diff -r 3be72c2cebab https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 3be72c2cebab https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 3be72c2cebab https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 3be72c2cebab https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -1 line) Patch
M src/pkg/runtime/chan.c View 1 1 chunk +1 line, -1 line 0 comments Download
A test/chan/zerosize.go View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 3
nigeltao
Hello r@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 8 months ago (2011-07-18 05:31:56 UTC) #1
r
LGTM
13 years, 8 months ago (2011-07-18 05:44:23 UTC) #2
nigeltao
13 years, 8 months ago (2011-07-18 05:54:22 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=a9bf9aafff7a ***

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
http://codereview.appspot.com/4764045
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b