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

Issue 5651049: code review 5651049: dist: prevent recusive loop on windows when fatal() is ... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 4 months ago by kardia
Modified:
13 years, 1 month ago
Reviewers:
CC:
golang-dev, brainman, rsc
Visibility:
Public.

Description

dist: prevent recusive loop on windows when fatal() is called. Fixes issue 2931.

Patch Set 1 #

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

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

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -5 lines) Patch
M src/cmd/dist/windows.c View 1 2 3 2 chunks +23 lines, -5 lines 0 comments Download

Messages

Total messages: 5
kardia
Hello golang-dev@googlegroups.com (cc: alex.brainman@gmail.com, golang-dev@googlegroups.com, rsc@golang.org), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2012-02-09 23:27:46 UTC) #1
brainman
Thank you. Alex http://codereview.appspot.com/5651049/diff/4001/src/cmd/dist/windows.c File src/cmd/dist/windows.c (right): http://codereview.appspot.com/5651049/diff/4001/src/cmd/dist/windows.c#newcode390 src/cmd/dist/windows.c:390: CloseHandle(bg[i].pi.hProcess); Since i < 0 || ...
13 years, 4 months ago (2012-02-09 23:38:50 UTC) #2
kardia
Hello golang-dev@googlegroups.com, alex.brainman@gmail.com (cc: golang-dev@googlegroups.com, rsc@golang.org), Please take another look.
13 years, 4 months ago (2012-02-09 23:54:17 UTC) #3
brainman
LGTM. It fixes the issue for me. Leaving for rsc to submit, perhaps there is ...
13 years, 4 months ago (2012-02-10 00:46:03 UTC) #4
rsc
13 years, 4 months ago (2012-02-10 04:10:34 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=28272c575625 ***

dist: prevent recusive loop on windows when fatal() is called.

Fixes issue 2931.

R=golang-dev, alex.brainman
CC=golang-dev, rsc
http://codereview.appspot.com/5651049

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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