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

Issue 5298081: code review 5298081: os: do not interpret 0-length read as EOF (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 9 months ago by rsc
Modified:
13 years, 8 months ago
Reviewers:
CC:
golang-dev, bradfitz, r
Visibility:
Public.

Description

os: do not interpret 0-length read as EOF Fixes issue 2402.

Patch Set 1 #

Patch Set 2 : diff -r 01516e31b4f0 https://go.googlecode.com/hg/ #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -1 line) Patch
M src/pkg/os/file.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/os_test.go View 1 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 4
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 9 months ago (2011-10-31 17:59:32 UTC) #1
bradfitz
LGTM On Oct 31, 2011 10:59 AM, <rsc@golang.org> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: ...
13 years, 9 months ago (2011-10-31 18:10:44 UTC) #2
r
LGTM
13 years, 9 months ago (2011-10-31 22:25:39 UTC) #3
rsc
13 years, 8 months ago (2011-11-01 04:17:12 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=e77b8510ab73 ***

os: do not interpret 0-length read as EOF

Fixes issue 2402.

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

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