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

Issue 13523044: code review 13523044: crypto/rand: make Read use io.ReadFull (Closed)

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

Description

crypto/rand: make Read use io.ReadFull Fixes Issue 6084

Patch Set 1 #

Patch Set 2 : diff -r 6b0ef65315eb https://go.googlecode.com/hg/ #

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

Patch Set 4 : diff -r 6b0ef65315eb https://go.googlecode.com/hg/ #

Total comments: 1

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

Patch Set 6 : diff -r 6b0ef65315eb https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r d99a0613698f https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M src/pkg/crypto/rand/example_test.go View 1 2 3 4 5 2 chunks +1 line, -2 lines 0 comments Download
M src/pkg/crypto/rand/rand.go View 1 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 7
bradfitz
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-09-05 16:24:40 UTC) #1
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 8 months ago (2013-09-05 16:26:31 UTC) #2
rsc
https://codereview.appspot.com/13523044/diff/3002/src/pkg/crypto/rand/example_test.go File src/pkg/crypto/rand/example_test.go (right): https://codereview.appspot.com/13523044/diff/3002/src/pkg/crypto/rand/example_test.go#newcode19 src/pkg/crypto/rand/example_test.go:19: if err != nil || n != c { ...
11 years, 8 months ago (2013-09-05 16:29:05 UTC) #3
bradfitz
I know it's not necessary. I was trying to make a point in the example ...
11 years, 8 months ago (2013-09-05 16:30:33 UTC) #4
bradfitz
Hello golang-dev@googlegroups.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 8 months ago (2013-09-05 16:30:49 UTC) #5
dave_cheney.net
On 2013/09/05 16:30:49, bradfitz wrote: > Hello mailto:golang-dev@googlegroups.com, mailto:rsc@golang.org (cc: > mailto:golang-dev@googlegroups.com), > > Please ...
11 years, 8 months ago (2013-09-06 01:10:41 UTC) #6
bradfitz
11 years, 8 months ago (2013-09-06 19:00:26 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=1dcf19a19068 ***

crypto/rand: make Read use io.ReadFull

Fixes Issue 6084

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

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