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

Issue 6431053: code review 6431053: net: fix ResolveIPAddr for IPv6 address enclosed in squ... (Closed)

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

Description

net: fix ResolveIPAddr for IPv6 address enclosed in square brackets Fixes issue 3837.

Patch Set 1 : diff -r 06e3a4c30dfb https://code.google.com/p/go #

Patch Set 2 : diff -r 06e3a4c30dfb https://code.google.com/p/go #

Patch Set 3 : diff -r 2f39e6389d55 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -0 lines) Patch
M src/pkg/net/ipraw_test.go View 1 chunk +21 lines, -0 lines 0 comments Download
M src/pkg/net/iprawsock.go View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 9
mikio
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
13 years, 11 months ago (2012-07-21 13:28:42 UTC) #1
adg1
Should this be in parseIPv6 instead? Is [hostname] valid? Shouldn't ParseIP("[::]") work? Not clear to ...
13 years, 11 months ago (2012-07-22 00:58:12 UTC) #2
mikio
Thank you for the comment. I realized that I put bracket remove lines in wrong ...
13 years, 11 months ago (2012-07-22 03:00:48 UTC) #3
mikio
Hello golang-dev@googlegroups.com, adg@google.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 11 months ago (2012-07-22 03:01:45 UTC) #4
adg
This looks OK to me, but I'd like someone else familiar with net to take ...
13 years, 10 months ago (2012-07-22 22:32:51 UTC) #5
pmarks
On Sunday, July 22, 2012 3:32:51 PM UTC-7, Andrew Gerrand wrote: > > This looks ...
13 years, 10 months ago (2012-07-24 23:42:24 UTC) #6
rsc
NOT LGTM [::] is no more an IP address than 127.0.0.1:. The syntax for adding ...
13 years, 10 months ago (2012-07-30 00:05:19 UTC) #7
mikio
On Mon, Jul 30, 2012 at 9:05 AM, <rsc@golang.org> wrote: > In addition to being ...
13 years, 10 months ago (2012-07-31 11:45:58 UTC) #8
mikio
13 years, 10 months ago (2012-07-31 11:46:13 UTC) #9
*** Abandoned ***
Sign in to reply to this message.

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