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

Issue 30340043: code review 30340043: syscall: skip routing messages with mismatched version (Closed)

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

Description

syscall: skip routing messages with mismatched version Skip routing messages with a mismatched version, rather than failing and returning EINVAL. Only return EINVAL if we were unable to parse any of the routing messages (presumably due to a version mismatch).

Patch Set 1 #

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

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

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

Patch Set 5 : diff -r 5b9a2c239b6d https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M src/pkg/syscall/route_bsd.go View 1 2 1 chunk +8 lines, -1 line 0 comments Download

Messages

Total messages: 3
jsing
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 8 months ago (2013-11-22 15:50:15 UTC) #1
bradfitz
LGTM Wait for Go 1.2 before submitting of course. On Fri, Nov 22, 2013 at ...
11 years, 8 months ago (2013-11-23 16:24:16 UTC) #2
jsing
11 years, 7 months ago (2013-12-10 13:03:58 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=17615253b9e8 ***

syscall: skip routing messages with mismatched version

Skip routing messages with a mismatched version, rather than failing
and returning EINVAL. Only return EINVAL if we were unable to parse
any of the routing messages (presumably due to a version mismatch).

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

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