Comment #3 on issue 9316 by bugdro...@chromium.org: Incomplete results of  
decompression by gzip and bzip2
http://code.google.com/p/chromium/issues/detail?id=9316

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=12524

------------------------------------------------------------------------
r12524 | j...@chromium.org | 2009-03-25 16:56:34 -0700 (Wed, 25 Mar 2009) |  
12 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/bzip2_filter.cc?r1=12524&r2=12523
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/gzip_filter.cc?r1=12524&r2=12523

Make sure filters can handle an empty input buffer

The chaining of filters helped to guarantee that buffers were properly
flushed when large expansions took place.  That change assumed that a filter
could be called with no input (as some filters need to be called
repeatedly this way to purge massive internal state).  The gzip and
bzip filters were returning an error in that scenario.

bug=9316

r=huanr
Review URL: http://codereview.chromium.org/53074
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to