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

Issue 31840043: code review 31840043: syscall: Set SizeofSockaddrAny to the value the go dist... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 7 months ago by mwhudson
Modified:
10 years, 7 months ago
Reviewers:
iant
CC:
gofrontend-dev_googlegroups.com, minux1, dave_cheney.net, iant
Visibility:
Public.

Description

syscall: Set SizeofSockaddrAny to the value the go distribution uses In particular this means that the names Getsockname returns are not truncated to 26 characters. Fixes issue 6829

Patch Set 1 #

Patch Set 2 : diff -r 8f2a489c6452 https://code.google.com/p/gofrontend/ #

Patch Set 3 : diff -r 8f2a489c6452 https://code.google.com/p/gofrontend/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M libgo/go/syscall/socket.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7
mwhudson
Hello gofrontend-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/gofrontend/
10 years, 7 months ago (2013-11-25 02:06:47 UTC) #1
minux1
so the API compatibility guarantee doesn't apply to gccgo?
10 years, 7 months ago (2013-11-25 03:10:43 UTC) #2
mwhudson
I don't really know what that means. All I want is for Getsockname to not ...
10 years, 7 months ago (2013-11-25 20:07:06 UTC) #3
dave_cheney.net
In the gc compiler, the final step of the build is to run a tool ...
10 years, 7 months ago (2013-11-25 21:10:30 UTC) #4
minux1
On Nov 25, 2013 4:10 PM, "Dave Cheney" <dave@cheney.net> wrote: > > In the gc ...
10 years, 7 months ago (2013-11-25 22:13:31 UTC) #5
iant
LGTM Many parts of the gccgo syscall package are generated based on the target for ...
10 years, 7 months ago (2013-11-25 22:16:34 UTC) #6
iant
10 years, 7 months ago (2013-11-25 22:53:37 UTC) #7
*** Submitted as
https://code.google.com/p/gofrontend/source/detail?r=bcd0cf1ac784 ***

syscall: Set SizeofSockaddrAny to the value the go distribution uses

In particular this means that the names Getsockname returns are not
truncated to 26 characters.

Fixes issue 6829

R=gofrontend-dev, minux.ma, dave, iant
CC=gofrontend-dev
https://codereview.appspot.com/31840043

Committer: Ian Lance Taylor <iant@golang.org>
Sign in to reply to this message.

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