You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2014/01/24 16:47:02 UTC

[Bug 56062] New: mod_deflate does not decompress files larger than 4GB

https://issues.apache.org/bugzilla/show_bug.cgi?id=56062

            Bug ID: 56062
           Summary: mod_deflate does not decompress files larger than 4GB
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: mod_deflate
          Assignee: bugs@httpd.apache.org
          Reporter: social@v3.sk

Created attachment 31251
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31251&action=edit
patch to allow decompression of files larger than 4GB

Upload of compressed file that is originally larger than 4GB ends up with
"Could not get next bucket brigade  [500, #0]". This is caused by by
mod_deflate failing to check original file size. The check has to use modulo
2^32. Please see attached patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56062] mod_deflate does not decompress files larger than 4GB

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56062

--- Comment #1 from jkaluza@redhat.com ---
Fixed in trunk: revision 1572092

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56062] mod_deflate does not decompress files larger than 4GB

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56062

--- Comment #2 from Lubomir Rintel <lk...@v3.sk> ---
FWIW you seem to have attributed the fix improperly; maybe you could have left
the comment as it was.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56062] mod_deflate does not decompress files larger than 4GB

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56062

--- Comment #3 from Yann Ylavic <yl...@gmail.com> ---
Backported to upcoming 2.4.10.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56062] mod_deflate does not decompress files larger than 4GB

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56062

Christophe JAILLET <ch...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk,
                   |                            |PatchAvailable

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56062] mod_deflate does not decompress files larger than 4GB

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56062

Christophe JAILLET <ch...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Christophe JAILLET <ch...@wanadoo.fr> ---
Fixed and released in 2.4.10

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org