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

Issue 7293043: code review 7293043: net: prevent races during windows lookup calls (Closed)

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

Description

net: prevent races during windows lookup calls This only affects code (with exception of lookupProtocol) that is only executed on older versions of Windows.

Patch Set 1 #

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

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

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

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

Messages

Total messages: 5
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 3 months ago (2013-02-04 01:48:43 UTC) #1
rsc
LGTM I love how easy Go makes this.
11 years, 3 months ago (2013-02-04 02:01:10 UTC) #2
bradfitz
Cute. :-) On Feb 3, 2013 6:01 PM, <rsc@golang.org> wrote: > LGTM > > I ...
11 years, 3 months ago (2013-02-04 02:02:33 UTC) #3
brainman
On 2013/02/04 02:02:33, bradfitz wrote: > Cute. :-) > ... I just did what Russ ...
11 years, 3 months ago (2013-02-04 02:04:01 UTC) #4
brainman
11 years, 3 months ago (2013-02-04 02:05:27 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=b60d047de994 ***

net: prevent races during windows lookup calls

This only affects code (with exception of lookupProtocol)
that is only executed on older versions of Windows.

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

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