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

Issue 90820044: code review 90820044: go.net/ipv6: use unsafe.Pointer instead of uintptr (Closed)

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

Description

go.net/ipv6: use unsafe.Pointer instead of uintptr Fixes issue 7173.

Patch Set 1 : diff -r 5dc21576b672 https://code.google.com/p/go.net #

Patch Set 2 : diff -r 5dc21576b672 https://code.google.com/p/go.net #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -39 lines) Patch
M ipv6/sockopt_rfc2292_unix.go View 4 chunks +6 lines, -6 lines 0 comments Download
M ipv6/sockopt_rfc3493_bsd.go View 1 chunk +1 line, -1 line 0 comments Download
M ipv6/sockopt_rfc3493_linux.go View 1 chunk +1 line, -1 line 0 comments Download
M ipv6/sockopt_rfc3493_unix.go View 9 chunks +13 lines, -13 lines 0 comments Download
M ipv6/sockopt_rfc3542_unix.go View 6 chunks +11 lines, -11 lines 0 comments Download
M ipv6/syscall_linux_386.go View 1 chunk +3 lines, -3 lines 0 comments Download
M ipv6/syscall_nosplit4_linux_386.go View 1 chunk +1 line, -1 line 0 comments Download
M ipv6/syscall_nosplit7_linux_386.go View 1 chunk +1 line, -1 line 0 comments Download
M ipv6/syscall_unix.go View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3
mikio
Hello golang-codereviews@googlegroups.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.net
10 years, 10 months ago (2014-04-27 13:20:12 UTC) #1
iant
LGTM
10 years, 10 months ago (2014-04-27 22:50:42 UTC) #2
mikio
10 years, 10 months ago (2014-04-28 02:32:25 UTC) #3
*** Submitted as
https://code.google.com/p/go/source/detail?r=424a15ce8b2f&repo=net ***

go.net/ipv6: use unsafe.Pointer instead of uintptr

Fixes issue 7173.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://codereview.appspot.com/90820044
Sign in to reply to this message.

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