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

Issue 86220044: code review 86220044: bufio: fix potential endless loop in ReadByte (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 1 month ago by gri
Modified:
10 years, 1 month ago
Reviewers:
r, gobot, dave, bradfitz
CC:
r, bradfitz, golang-codereviews
Visibility:
Public.

Description

bufio: fix potential endless loop in ReadByte Fixes issue 7745.

Patch Set 1 #

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

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

Total comments: 2

Patch Set 4 : diff -r 08be3027bc9f https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -8 lines) Patch
M src/pkg/bufio/bufio.go View 1 2 chunks +18 lines, -8 lines 0 comments Download
M src/pkg/bufio/bufio_test.go View 1 2 3 2 chunks +29 lines, -0 lines 0 comments Download

Messages

Total messages: 9
gri
Hello r@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
10 years, 1 month ago (2014-04-09 22:50:17 UTC) #1
bradfitz
LGTM https://codereview.appspot.com/86220044/diff/40001/src/pkg/bufio/bufio_test.go File src/pkg/bufio/bufio_test.go (right): https://codereview.appspot.com/86220044/diff/40001/src/pkg/bufio/bufio_test.go#newcode201 src/pkg/bufio/bufio_test.go:201: case <-time.After(10 * time.Millisecond): increase this. too short ...
10 years, 1 month ago (2014-04-09 22:52:43 UTC) #2
r
LGTM
10 years, 1 month ago (2014-04-10 00:04:38 UTC) #3
gri
https://codereview.appspot.com/86220044/diff/40001/src/pkg/bufio/bufio_test.go File src/pkg/bufio/bufio_test.go (right): https://codereview.appspot.com/86220044/diff/40001/src/pkg/bufio/bufio_test.go#newcode201 src/pkg/bufio/bufio_test.go:201: case <-time.After(10 * time.Millisecond): On 2014/04/09 22:52:44, bradfitz wrote: ...
10 years, 1 month ago (2014-04-10 00:52:37 UTC) #4
gri
*** Submitted as https://code.google.com/p/go/source/detail?r=41388e58be65 *** bufio: fix potential endless loop in ReadByte Fixes issue 7745. ...
10 years, 1 month ago (2014-04-10 00:53:18 UTC) #5
gobot
This CL appears to have broken the freebsd-amd64 builder. See http://build.golang.org/log/144f21cfbecde22a08712f08ea88daeec0ce3804
10 years, 1 month ago (2014-04-10 00:56:38 UTC) #6
r
I think this is a real failure. -rob
10 years, 1 month ago (2014-04-10 00:58:44 UTC) #7
dave_cheney.net
I agree. On Thu, Apr 10, 2014 at 10:58 AM, Rob Pike <r@golang.org> wrote: > ...
10 years, 1 month ago (2014-04-10 01:01:35 UTC) #8
gri
10 years, 1 month ago (2014-04-10 01:08:05 UTC) #9
See new CL I just sent.
- gri


On Wed, Apr 9, 2014 at 6:01 PM, Dave Cheney <dave@cheney.net> wrote:

> I agree.
>
> On Thu, Apr 10, 2014 at 10:58 AM, Rob Pike <r@golang.org> wrote:
> > I think this is a real failure.
> >
> > -rob
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "golang-codereviews" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to golang-codereviews+unsubscribe@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
>
Sign in to reply to this message.

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