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

Issue 4671057: code review 4671057: exec: closeAfterWait append bug (Closed)

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

Description

exec: closeAfterWait append bug Wasn't actually eager closing the fds as a result of the copy/paste bug. (GC was doing it instead)

Patch Set 1 #

Patch Set 2 : diff -r 81e9259d59df https://go.googlecode.com/hg #

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

Patch Set 4 : diff -r 81e9259d59df https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M src/pkg/exec/exec.go View 1 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 3
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
13 years, 10 months ago (2011-07-11 21:43:48 UTC) #1
rsc
LGTM
13 years, 10 months ago (2011-07-11 21:44:43 UTC) #2
bradfitz
13 years, 10 months ago (2011-07-11 21:46:50 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=b0e964c2f715 ***

exec: closeAfterWait append bug

Wasn't actually eager closing the fds as a result of the
copy/paste bug. (GC was doing it instead)

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

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