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

Issue 5610045: code review 5610045: encoding/base64: ignore new line characters during decode. (Closed)

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

Description

encoding/base64: ignore new line characters during decode. Fixes issue 2541.

Patch Set 1 #

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

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

Total comments: 4

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -16 lines) Patch
M src/pkg/encoding/base64/base64.go View 1 2 3 3 chunks +23 lines, -16 lines 0 comments Download
M src/pkg/encoding/base64/base64_test.go View 1 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 7
dsymonds
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 3 months ago (2012-02-01 05:55:58 UTC) #1
r
http://codereview.appspot.com/5610045/diff/5/src/pkg/encoding/base64/base64.go File src/pkg/encoding/base64/base64.go (right): http://codereview.appspot.com/5610045/diff/5/src/pkg/encoding/base64/base64.go#newcode226 src/pkg/encoding/base64/base64.go:226: if in == '\r' || in == '\n' { ...
13 years, 3 months ago (2012-02-01 06:11:22 UTC) #2
dsymonds
Hello golang-dev@googlegroups.com, r@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 3 months ago (2012-02-01 06:15:05 UTC) #3
dsymonds
http://codereview.appspot.com/5610045/diff/5/src/pkg/encoding/base64/base64.go File src/pkg/encoding/base64/base64.go (right): http://codereview.appspot.com/5610045/diff/5/src/pkg/encoding/base64/base64.go#newcode226 src/pkg/encoding/base64/base64.go:226: if in == '\r' || in == '\n' { ...
13 years, 3 months ago (2012-02-01 06:19:43 UTC) #4
r
LGTM
13 years, 3 months ago (2012-02-01 08:07:54 UTC) #5
dsymonds
*** Submitted as http://code.google.com/p/go/source/detail?r=e9677eca3648 *** encoding/base64: ignore new line characters during decode. Fixes issue 2541. ...
13 years, 3 months ago (2012-02-01 08:13:46 UTC) #6
rsc
13 years, 3 months ago (2012-02-02 22:18:32 UTC) #7
Thank you.  Please do the same to base32.
Sign in to reply to this message.

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