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

Issue 22460043: code review 22460043: encoding/asn1: Fix parsing of non-printable strings in

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 5 months ago by jborg
Modified:
10 years, 4 months ago
Reviewers:
CC:
golang-dev, bradfitz, gobot, agl1
Visibility:
Public.

Description

encoding/asn1: Fix parsing of non-printable strings in sequences. Use the same criteria for when to modify the tag type when parsing a string in a sequence as when parsing a bare string field. Fixes issue 6726.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -3 lines) Patch
M src/pkg/encoding/asn1/asn1.go View 1 1 chunk +5 lines, -3 lines 0 comments Download
M src/pkg/encoding/asn1/asn1_test.go View 1 2 2 chunks +27 lines, -0 lines 0 comments Download

Messages

Total messages: 4
jborg
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years, 5 months ago (2013-11-06 20:12:21 UTC) #1
bradfitz
We're in a code freeze right now. Please ping this thread again after Go 1.2 ...
10 years, 5 months ago (2013-11-06 20:20:44 UTC) #2
gobot
R=agl@golang.org (assigned by rsc@google.com)
10 years, 4 months ago (2013-12-18 20:20:11 UTC) #3
agl1
10 years, 4 months ago (2013-12-18 22:06:32 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=a55b71fd16a5 ***

encoding/asn1: Fix parsing of non-printable strings in
sequences.

Use the same criteria for when to modify the tag type when
parsing a string in a sequence as when parsing a bare string
field.

Fixes issue 6726.

R=golang-dev, bradfitz, gobot, agl
CC=golang-dev
https://codereview.appspot.com/22460043

Committer: Adam Langley <agl@golang.org>
Sign in to reply to this message.

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