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

Issue 14441051: code review 14441051: compress/flate: fix infinite loop on malformed data (Closed)

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

Description

compress/flate: fix infinite loop on malformed data Test using compress/gzip, because that's how the data arrived. Fixes issue 6550.

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -0 lines) Patch
M src/pkg/compress/flate/inflate.go View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/pkg/compress/gzip/gunzip_test.go View 1 2 chunks +31 lines, -0 lines 0 comments Download
A src/pkg/compress/gzip/testdata/issue6550.gz View 1 Binary file 0 comments Download

Messages

Total messages: 3
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 6 months ago (2013-10-09 00:31:39 UTC) #1
r
LGTM
11 years, 6 months ago (2013-10-09 03:58:23 UTC) #2
rsc
11 years, 6 months ago (2013-10-09 12:37:13 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=7bc58b0d9de0 ***

compress/flate: fix infinite loop on malformed data

Test using compress/gzip, because that's how the
data arrived.

Fixes issue 6550.

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

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