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

Issue 12288043: code review 12288043: compress/flate: Fixed two panics on bad data (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by peted
Modified:
10 years, 9 months ago
Reviewers:
bradfitz
CC:
golang-dev, bradfitz
Visibility:
Public.

Description

compress/flate: Fixed two panics on bad data I used just enough of the data provided by Matt in Issue 5915 to trigger issue 5915. As luck would have it, using slightly less of it triggered issue 5962. Fixes issue 5915. Fixes issue 5962.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -1 line) Patch
M src/pkg/compress/flate/flate_test.go View 1 1 chunk +23 lines, -0 lines 0 comments Download
M src/pkg/compress/flate/inflate.go View 1 2 2 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 3
peted
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years, 9 months ago (2013-08-01 21:58:10 UTC) #1
bradfitz
LGTM
10 years, 9 months ago (2013-08-01 22:08:24 UTC) #2
bradfitz
10 years, 9 months ago (2013-08-01 22:20:04 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=a8f21dd4c92e ***

compress/flate: Fixed two panics on bad data

I used just enough of the data provided by Matt in Issue 5915 to trigger
issue 5915. As luck would have it, using slightly less of it triggered
issue 5962.

Fixes issue 5915.
Fixes issue 5962.

R=golang-dev, bradfitz
CC=golang-dev
https://codereview.appspot.com/12288043

Committer: Brad Fitzpatrick <bradfitz@golang.org>
Sign in to reply to this message.

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