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

Issue 8763044: code review 8763044: archive/tar: skip NUL-filled unused octal fields (Closed)

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

Description

archive/tar: skip NUL-filled unused octal fields Fixes issue 5290.

Patch Set 1 #

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

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

Total comments: 1

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

Patch Set 5 : diff -r 601c74af1acf https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -7 lines) Patch
M src/pkg/archive/tar/reader.go View 1 2 3 1 chunk +9 lines, -7 lines 0 comments Download
M src/pkg/archive/tar/reader_test.go View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A src/pkg/archive/tar/testdata/nil-uid.tar View 1 2 Binary file 0 comments Download

Messages

Total messages: 8
dave_cheney.net
ping
11 years ago (2013-04-25 00:49:25 UTC) #1
bradfitz
https://codereview.appspot.com/8763044/diff/8001/src/pkg/archive/tar/reader.go File src/pkg/archive/tar/reader.go (right): https://codereview.appspot.com/8763044/diff/8001/src/pkg/archive/tar/reader.go#newcode249 src/pkg/archive/tar/reader.go:249: for len(b) > 0 && (b[0] == ' ' ...
11 years ago (2013-04-25 02:33:34 UTC) #2
minux1
On Thursday, April 25, 2013, wrote: > ping > i was waiting because i assumed ...
11 years ago (2013-04-25 04:00:25 UTC) #3
minux1
Hello golang-dev@googlegroups.com, dave@cheney.net, bradfitz@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years ago (2013-04-25 12:11:40 UTC) #4
bradfitz
LGTM after go1.1, unless r says 1.1. Considering that I have an Eye-Fi card, I'd ...
11 years ago (2013-04-25 17:00:38 UTC) #5
minux1
On 2013/04/25 17:00:38, bradfitz wrote: > LGTM after go1.1, unless r says 1.1. ok to ...
10 years, 11 months ago (2013-05-14 19:47:22 UTC) #6
r
LGTM
10 years, 11 months ago (2013-05-14 20:00:24 UTC) #7
minux1
10 years, 11 months ago (2013-05-14 20:40:55 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=3a896cbee85f ***

archive/tar: skip NUL-filled unused octal fields
Fixes issue 5290.

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

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