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

Issue 5128053: code review 5128053: runtime: check for nil value pointer in select syncsend case (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 6 months ago by iant
Modified:
13 years, 6 months ago
Reviewers:
CC:
rsc, bradfitz, golang-dev
Visibility:
Public.

Description

runtime: check for nil value pointer in select syncsend case Fixes issue 2309.

Patch Set 1 #

Patch Set 2 : diff -r 51de42dbe065 https://go.googlecode.com/hg/ #

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

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

Messages

Total messages: 7
iant
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 6 months ago (2011-09-26 23:58:03 UTC) #1
bradfitz
Forget to include the test from the issue? On Mon, Sep 26, 2011 at 4:58 ...
13 years, 6 months ago (2011-09-27 00:02:35 UTC) #2
iant2
Brad Fitzpatrick <bradfitz@golang.org> writes: > Forget to include the test from the issue? Chose not ...
13 years, 6 months ago (2011-09-27 00:03:57 UTC) #3
rsc
looks good but please add a test one way or another.
13 years, 6 months ago (2011-09-27 00:11:30 UTC) #4
iant
PTAL
13 years, 6 months ago (2011-09-27 00:38:15 UTC) #5
rsc
LGTM Amazing that we hadn't hit that yet.
13 years, 6 months ago (2011-09-27 01:45:53 UTC) #6
iant
13 years, 6 months ago (2011-09-27 03:46:42 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=8224ca964ef1 ***

runtime: check for nil value pointer in select syncsend case

Fixes issue 2309.

R=rsc, bradfitz
CC=golang-dev
http://codereview.appspot.com/5128053
Sign in to reply to this message.

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